Skip to content

Development Deployment #40

Development Deployment

Development Deployment #40

Workflow file for this run

name: Greetings
on: [pull_request_target, issues]
jobs:
greeting:
runs-on: ubuntu-latest
permissions:
issues: write
pull-requests: write
steps:
- uses: actions/first-interaction@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
pr-message: '# Thank you taking the time to submit your first PR.\nPlease ensure all tests pass, the code has been linted and formatted correctly.\n[see our docs on contributing](https://github.com/USEPA/the-manifest-game/blob/main/.github/CONTRIBUTING.md)'