Skip to content

Commit

Permalink
Merge pull request #253 from crim-ca/greeting-action-msg
Browse files Browse the repository at this point in the history
adjust messages posted for new user issue/pr in action
  • Loading branch information
fmigneault authored May 12, 2021
2 parents f2746d1 + 00d393d commit 46f3cf3
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .github/workflows/greetings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,13 @@ jobs:
- uses: actions/first-interaction@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
issue-message: 'Message that will be displayed on users'' first issue'
pr-message: 'Message that will be displayed on users'' first pr'
issue-message: >
Thanks for submitting an issue.
Make sure you have checked through existing/resolved issues to avoid duplicates.
Also, make sure you provide enough details for us to be able to replicate and understand the problem.
pr-message: >
Thanks for submitting a PR.
Make sure that you have added tests to validates new features or bugfixes.
Also, ensure that existing test suites are still working with the change using the commit test statuses.

0 comments on commit 46f3cf3

Please sign in to comment.