Create greetings file for new PR submiters

This commit is contained in:
Laurent Destailleur 2020-02-10 01:50:13 +01:00 committed by GitHub
parent 3baf0e66b9
commit dbffaf3c1e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

12
.github/workflows/greetings.yml vendored Normal file
View 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)'