This commit is contained in:
Sidi Liang 2019-12-22 19:43:31 +08:00
commit f6e334f73f
1 changed files with 13 additions and 0 deletions

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: 'Thanks!'' first issue'
pr-message: 'Thanks!'' first pr'