mirror of
https://github.com/wesnoth/wesnoth
synced 2025-04-18 14:08:02 +00:00
Remove greeter action - it broke and wasn't that useful anyway.
This commit is contained in:
parent
bc9baad3e5
commit
16eac93e66
17
.github/workflows/greetings.yml
vendored
17
.github/workflows/greetings.yml
vendored
|
@ -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."
|
Loading…
Reference in New Issue
Block a user