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:
parent
18dea8572d
commit
21bd727d6c
1 changed files with 2 additions and 2 deletions
4
.github/workflows/greetings.yml
vendored
4
.github/workflows/greetings.yml
vendored
|
@ -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.'
|
||||
|
|
Loading…
Add table
Reference in a new issue