We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b082d4 commit 7fce233Copy full SHA for 7fce233
1 file changed
.github/workflows/release-pr-maintenance.yaml
@@ -12,7 +12,7 @@ permissions:
12
13
jobs:
14
bump-readme:
15
- if: startsWith(github.event.pull_request.head.ref, 'release-please--')
+ if: github.event.pull_request.state == 'open' && startsWith(github.event.pull_request.head.ref, 'release-please--')
16
runs-on: ubuntu-latest
17
steps:
18
- name: Checkout release branch
0 commit comments