We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f394e2a commit 0976985Copy full SHA for 0976985
.github/workflows/pr-create-release.yml
@@ -8,6 +8,6 @@ permissions:
8
jobs:
9
comment:
10
# Don't auto-close actual release PRs
11
- if: ${{github.actor != 'JAForbes' || !contains(github.event.issue.title, "Release - v")}}
+ 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