Skip to content

Commit

Permalink
auto-responder for 1st time issues or prs
Browse files Browse the repository at this point in the history
  • Loading branch information
Sheeri committed Oct 1, 2020
1 parent 5b954ec commit bb10c56
Showing 1 changed file with 13 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: Greetings

on: [pull_request_target, issues]

jobs:
greeting:
runs-on: ubuntu-latest
steps:
- uses: actions/first-interaction@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
issue-message: 'Thanks for submitting your first issue to this repository!'
pr-message: 'Thanks for submitting your first PR to this repository. We appreciate your contribution! Our team will review your code within 3 business days. We <3 open source and are so glad you do, too!'

0 comments on commit bb10c56

Please sign in to comment.