mirror of
https://github.com/neon-mmd/websurfx.git
synced 2024-11-22 14:08:23 -05:00
19 lines
513 B
YAML
19 lines
513 B
YAML
|
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)
|