Added Greetings action

This commit is contained in:
Charles Dang 2019-10-11 14:06:23 +11:00 committed by GitHub
parent 41dada698e
commit 9e1ba0eaa5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

13
.github/workflows/greetings.yml vendored Normal file
View file

@ -0,0 +1,13 @@
name: Greetings
on: [pull_request] # Add issues if we want a message there too
jobs:
greeting:
runs-on: ubuntu-latest
steps:
- uses: actions/first-interaction@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
issue-message: "Message that will be displayed on users'' first issue"
pr-message: "Hi! :D Since this is your first pull request, don't forget to add yourself to the [credits](https://github.com/wesnoth/wesnoth/blob/master/data/core/about.cfg) under Miscellaneous Contributors."