We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e46fefc commit af65b2dCopy full SHA for af65b2d
.github/workflows/pr-create-release.yml
@@ -7,5 +7,7 @@ permissions:
7
issues: write
8
jobs:
9
comment:
10
+ # Don't auto-close actual release PRs
11
+ if: ${{github.actor != 'JAForbes' || !contains(github.event.issue.title, "Release - v")}}
12
uses: MithrilJS/infra/.github/workflows/reject-pr.yml@main
13
secrets: inherit
0 commit comments