-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update and rename pr.yml to auto-comment.yml
- Loading branch information
1 parent
43e6a62
commit ae0b832
Showing
2 changed files
with
17 additions
and
15 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 |
---|---|---|
@@ -0,0 +1,17 @@ | ||
name: Auto Comment | ||
on: [issues, pull_request] | ||
jobs: | ||
run: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: wow-actions/auto-comment@v1 | ||
with: | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
issuesOpened: | | ||
👋 @{{ author }} | ||
Please remember to link this issue to a project and add information regarding tasks and progress if not already completed. | ||
pullRequestOpened: | | ||
👋 @{{ author }} | ||
Please remember to link this pull request to an issue if not already completed. | ||
**Before merging, wait for SonarCloud to complete a scan.** It may not show up initially in tests, a comment will appear when the scan is completed. |
This file was deleted.
Oops, something went wrong.