Skip to content

Release - v2.2.12

Release - v2.2.12 #5

name: Warn on opening a PR to `release`
on:
pull_request_target:
types: [opened]
branches: [release]
permissions:
issues: write
jobs:
comment:
# Don't auto-close actual release PRs
if: ${{github.actor != 'JAForbes' || !contains(github.event.issue.title, "Release - v")}}

Check failure on line 11 in .github/workflows/pr-create-release.yml

View workflow run for this annotation

GitHub Actions / Warn on opening a PR to `release`

Invalid workflow file

The workflow is not valid. .github/workflows/pr-create-release.yml (Line: 11, Col: 9): Unexpected symbol: '"Release'. Located at position 67 within expression: github.actor != 'JAForbes' || !contains(github.event.issue.title, "Release - v")
uses: MithrilJS/infra/.github/workflows/reject-pr.yml@main
secrets: inherit