Skip to content

Commit

Permalink
update auto message
Browse files Browse the repository at this point in the history
  • Loading branch information
brianhuster committed Oct 21, 2024
1 parent d745009 commit b248830
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/greetings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ jobs:
- uses: actions/first-interaction@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
issue-message: "Thank you for your issue! We appreciate your feedback and will look into it as soon as possible. Please make sure to include all necessary details to help us assist you better. Pull requests are also welcome!"
pr-message: "Thank you for your pull request! We appreciate your contribution. Please ensure that your changes are well documented and tested."
issue-message: "Thank you for your issue! We appreciate your feedback and will look into it as soon as possible. Please make sure to include all necessary details (including a **minimal config** that can reproduce the error) to help us assist you better. Pull requests are also welcome!"
pr-message: "Thank you for your pull request! We appreciate your contribution. Please ensure that your changes are well documented and tested, and are formatted as `tabstop=4, noexpandtab`."

0 comments on commit b248830

Please sign in to comment.