mirror of
https://github.com/libretro/docs.git
synced 2024-11-30 04:00:24 +00:00
Create greetings.yml
This commit is contained in:
parent
f33c8a7f76
commit
5519c6f1cc
13
.github/workflows/greetings.yml
vendored
Normal file
13
.github/workflows/greetings.yml
vendored
Normal file
@ -0,0 +1,13 @@
|
||||
name: Greetings
|
||||
|
||||
on: [pull_request, issues]
|
||||
|
||||
jobs:
|
||||
greeting:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: fpscan/first-interaction@v1
|
||||
with:
|
||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
issue-message: 'Hello @${{ github.actor }} , thank you for submitting an issue! Please be sure to join our [Discord Channel](https://discord.gg/27Xxm2h)'
|
||||
pr-message: 'Hello @${{ github.actor }} , thank you submitting a pull request! Please be sure to join our [Discord Channel](https://discord.gg/27Xxm2h)'
|
Loading…
Reference in New Issue
Block a user