dev: welcome first-time contributors
This commit is contained in:
parent
8959cdc3a6
commit
bc24805f9d
12
.github/workflows/welcome.yml
vendored
Normal file
12
.github/workflows/welcome.yml
vendored
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
name: Auto message
|
||||||
|
on: [pull_request, issues]
|
||||||
|
jobs:
|
||||||
|
build:
|
||||||
|
name: Hello new contributor
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: actions/first-interaction@v1
|
||||||
|
with:
|
||||||
|
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
issue-message: "Hey, thank you for opening your first Issue ! 🙂"
|
||||||
|
pr-message: "Hey, thank you for opening your first Pull Request !"
|
Loading…
x
Reference in New Issue
Block a user