3
0
Fork 0
mirror of https://github.com/tj-actions/changed-files synced 2025-02-19 05:23:48 +00:00

Update greetings.yml

This commit is contained in:
Tonye Jack 2022-02-09 19:32:23 -05:00 committed by GitHub
parent 18dea8572d
commit 21bd727d6c
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.1.0
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
issue-message: 'Thanks for reporting this issue.'
pr-message: 'Thanks for implementing a fix. Could you include a test that covers your changes.'
issue-message: "Thanks for reporting this issue, don't forget to star this project to help us reach a wider audience."
pr-message: 'Thanks for implementing a fix. Could you ensure that the test covers your changes.'