Skip to content

Commit af65b2d

Browse files
authored
Update pr-create-release.yml
Signed-off-by: Claudia Meadows <contact@claudiameadows.dev>
1 parent e46fefc commit af65b2d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/pr-create-release.yml

+2
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,7 @@ permissions:
77
issues: write
88
jobs:
99
comment:
10+
# Don't auto-close actual release PRs
11+
if: ${{github.actor != 'JAForbes' || !contains(github.event.issue.title, "Release - v")}}
1012
uses: MithrilJS/infra/.github/workflows/reject-pr.yml@main
1113
secrets: inherit

0 commit comments

Comments
 (0)