Update greetings.yml

This commit is contained in:
하훌 2020-08-11 23:17:53 +09:00 committed by GitHub
parent 569146b140
commit 42f629ec8d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,5 +9,5 @@ jobs:
- uses: actions/first-interaction@v1 - uses: actions/first-interaction@v1
with: with:
repo-token: ${{ secrets.GITHUB_TOKEN }} repo-token: ${{ secrets.GITHUB_TOKEN }}
issue-message: 'Message that will be displayed on users'' first issue' issue-message: 'Thank you for your first issue report :D'
pr-message: 'Message that will be displayed on users'' first pr' pr-message: 'Thank you for your first PR :D'