Skip to content

Commit

Permalink
Merge pull request #4042 from newrelic/auto-comment-bot
Browse files Browse the repository at this point in the history
chore: create auto-comment bot
  • Loading branch information
bradleycamacho committed Oct 7, 2021
2 parents 90bf788 + 10cf90b commit 96e66b0
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/auto-comment.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Auto Comment
on: [issues, pull_request_target]
jobs:
run:
runs-on: ubuntu-latest
steps:
- uses: wow-actions/auto-comment@v1
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
pullRequestOpened: |
Hi @{{ author }} 👋
Thanks for your pull request! Your PR is in a queue, and a writer will take a look soon. We generally publish small edits within one business day, and larger edits within three days.
issuesOpened: |
Hi @{{ author }} 👋
Thank you for filing an issue! We'll triage your issue and let you know if we have questions, and then route it to the appropriate team so we can get it solved.

0 comments on commit 96e66b0

Please sign in to comment.