Create greetings file for new PR submiters
This commit is contained in:
parent
3baf0e66b9
commit
dbffaf3c1e
12
.github/workflows/greetings.yml
vendored
Normal file
12
.github/workflows/greetings.yml
vendored
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
name: Greetings PR
|
||||||
|
|
||||||
|
on: [pull_request, issues]
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
greeting:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: actions/first-interaction@v1
|
||||||
|
with:
|
||||||
|
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
pr-message: 'Welcome on Dolibarr army. You are on the road to become an Admiral (see https://wiki.dolibarr.org/index.php/Dolibarr_Project)'
|
||||||
Loading…
Reference in New Issue
Block a user