greetings-pr.yml.disabled 450 B

12345678910111213
  1. # See syntax file on https://help.github.com/en/actions/reference/workflow-syntax-for-github-actions
  2. name: Greetings PR
  3. on: [pull_request]
  4. jobs:
  5. greeting:
  6. runs-on: ubuntu-latest
  7. steps:
  8. - uses: actions/first-interaction@v1
  9. with:
  10. repo-token: ${{ secrets.GITHUB_TOKEN }}
  11. pr-message: 'Welcome to the Dolibarr army. You are on the road to become an Admiral (see https://wiki.dolibarr.org/index.php/Dolibarr_Project)'