Skip to content

Commit

Permalink
Update and rename pr.yml to auto-comment.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lewmilburn authored Nov 2, 2023
1 parent 43e6a62 commit ae0b832
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 15 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/auto-comment.yml
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.
15 changes: 0 additions & 15 deletions .github/workflows/pr.yml

This file was deleted.

0 comments on commit ae0b832

Please sign in to comment.