Skip to content

Combined PRs

Combined PRs #287

Workflow file for this run

name: new pull request
on:
pull_request:
branches: [ main ]
jobs:
new-pr:
permissions:
pull-requests: write
contents: read
if: github.event_name == 'pull_request' && github.event.action == 'opened'
runs-on: ubuntu-latest
steps:
# Comment on new PR requests with deployment instructions
- name: checkout
uses: actions/[email protected]
- name: comment
uses: GrantBirki/comment@f524ee31407667c05061bad41e1758b40298bd82 # [email protected]
continue-on-error: true
with:
file: .github/new-pr-comment.md