Files
runelite/.github/workflows/greetings.yml
2019-11-03 11:52:02 -08:00

15 lines
367 B
YAML

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).'