actions: Greetings (#1856)

This commit is contained in:
Owain van Brakel
2019-11-03 20:52:02 +01:00
committed by James
parent 70fd10b6bb
commit 93a8c57dfc

15
.github/workflows/greetings.yml vendored Normal file
View File

@@ -0,0 +1,15 @@
name: OpenOSRS - First interaction
on:
issues:
types: [opened]
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/first-interaction@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
issue-message: 'Thank you for opening your first issue! Please make sure to join our [Discord](https://discord.gg/openosrs).'