-
-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated .github/workflows/greetings.yml
- Loading branch information
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,5 +9,5 @@ jobs: | |
- uses: actions/[email protected] | ||
with: | ||
repo-token: ${{ secrets.GITHUB_TOKEN }} | ||
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." | ||
issue-message: "Thanks for reporting this issue, don't forget to star this project if you haven't already to help us reach a wider audience." | ||
pr-message: "Thanks for implementing a fix, could you ensure that the test covers your changes if applicable." |