Create greetings.yml

This commit is contained in:
Atsushi Sakai
2019-11-17 10:25:24 +09:00
committed by GitHub
parent a737062f17
commit 8b31c2bdf0

13
.github/workflows/greetings.yml vendored Normal file
View File

@@ -0,0 +1,13 @@
name: Greetings
on: [pull_request, issues]
jobs:
greeting:
runs-on: ubuntu-latest
steps:
- uses: actions/first-interaction@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
issue-message: 'Message that will be displayed on users'' This is first issue for you on this project'
pr-message: 'Message that will be displayed on users'' This is first pr for you on this project'