Files
runelite/.github/workflows/greetings.yml
Owain van Brakel 4f7ee89c71 actions: Update
2020-11-17 03:19:21 +01:00

15 lines
371 B
YAML

name: OpenOSRS - First interaction
on:
issues:
types: [opened]
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/first-interaction@v1.1.0
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).'