mirror of
https://github.com/neon-mmd/websurfx.git
synced 2024-11-22 05:58:21 -05:00
ci: add github ci to thanks first time contributors
This commit is contained in:
parent
5d6f50a109
commit
612382b9b5
18
.github/workflows/hello.yml
vendored
Normal file
18
.github/workflows/hello.yml
vendored
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
name: Welcome first time contributors
|
||||||
|
|
||||||
|
on:
|
||||||
|
pull_request_target:
|
||||||
|
types:
|
||||||
|
- opened
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
welcome:
|
||||||
|
name: Welcome
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: actions/first-interaction@v1
|
||||||
|
with:
|
||||||
|
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
pr-message: |-
|
||||||
|
Congrats on making your first Pull Request and thanks for taking the time to improve Websurfx! ❤️!
|
||||||
|
Say hello by joining the conversation in our [Discord](https://discord.gg/SWnda7Mw5u)
|
Loading…
Reference in New Issue
Block a user