Skip to content

Commit e7cb5e4

Browse files
committed
chore(ci): disable verbose on release PR creation
Turns out the issue was that the branch release-plz was trying to push / create was under the branch protection ruleset, so it was (rightfully) told no. Excluding release-plz's branch pattern from the ruleset fixes the issue. Not sure there's a better way, I was not able to find a user to whitelist (grant bypass access to).
1 parent a813a74 commit e7cb5e4

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

.github/workflows/release-pr.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,5 @@ jobs:
2727
- uses: release-plz/action@1528104d2ca23787631a1c1f022abb64b34c1e11 # v0.5.128
2828
with:
2929
command: release-pr
30-
verbose: true
3130
env:
3231
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"

0 commit comments

Comments
 (0)