Remove greeter action - it broke and wasn't that useful anyway.

This commit is contained in:
Pentarctagon 2020-10-26 12:38:28 -05:00
parent bc9baad3e5
commit 16eac93e66
No known key found for this signature in database
GPG Key ID: 9456BC54A21DBFA0

View File

@ -1,17 +0,0 @@
name: Greetings
on:
issues:
types: [opened]
pull_request_target:
types: [opened]
jobs:
greeting:
runs-on: ubuntu-latest
steps:
- uses: actions/first-interaction@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
issue-message: "Hi! Thanks for helping make Wesnoth even better!"
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."