Skip to content

Commit

Permalink
(chore) automatic greeting for users first contrib (#2385)
Browse files Browse the repository at this point in the history
  • Loading branch information
joshgoebel committed Feb 6, 2020
1 parent 58cf76d commit 7bc073f
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .github/workflows/greetings.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
name: Greetings

on: [pull_request, issues]

jobs:
greeting:
runs-on: ubuntu-latest
steps:
- uses: actions/first-interaction@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
# issue-message: 'Message that will be displayed on users'' first issue'
pr-message: >
Thank you so much for your first contribution! It's appreciated.
One of our maintainers will review it as soon as they can.
If you didn't modify `CHANGES.md` already, please go and do that now and push a second
commit. The `CHANGES.md` file is where we keep a running summary of changes so users
know what to expect when we issue periodic releases.
Again, thanks.
---
If by some chance you're just chomping at the bit to make a second PR we do have a "beginner friendly" tag:
https://github.com/highlightjs/highlight.js/labels/beginner%20friendly

0 comments on commit 7bc073f

Please sign in to comment.