project: GitHub actions (#1577)

This commit is contained in:
Owain van Brakel
2019-09-10 20:45:09 +02:00
committed by Kyle
parent 3181916d95
commit e9b017a78b
6 changed files with 90 additions and 17 deletions

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

@@ -0,0 +1,15 @@
name: First pull request
on:
pull_request:
branches:
- master
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/first-interaction@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
pr-message: 'Thank you for contributing to RunelitePlus! Please make sure to join our [Discord](https://discord.gg/Q7wFtCe) and link your GitHub account to your discord account by sending `!ghauth` to our bot.'