Skip to content

Commit

Permalink
chore: create auto-comment bot
Browse files Browse the repository at this point in the history
  • Loading branch information
bradleycamacho committed Sep 23, 2021
1 parent 048184f commit b9a4a8e
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]
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 will triage this issue within one business day, and then route it to the appropriate team so we can get it solved.

0 comments on commit b9a4a8e

Please sign in to comment.