Add a greeter workflow

This commit is contained in:
Brendan Lane 2021-01-09 23:13:02 -05:00
parent 2365c10be3
commit 12ada75674
No known key found for this signature in database
GPG Key ID: 906880739CCF90C9
1 changed files with 13 additions and 0 deletions

13
.github/workflows/greeter.yaml vendored Normal file
View File

@ -0,0 +1,13 @@
name: 👋 Greeter
on: [pull_request, issues]
jobs:
greeting:
runs-on: ubuntu-latest
steps:
- uses: actions/first-interaction@v1
with:
repo-token: ${{ secrets.GH_BOT_TOKEN }}
issue-message: '### 🎉 You just made your first issue! Thank you and hopefully we can fix your problem'
pr-message: '### 🎉 You just made your first pull request! Thank you and hopefully we deal with this soon'