From b1ce465d6a34d885b964648e8e3aeadb0454a95b Mon Sep 17 00:00:00 2001 From: masklinn Date: Thu, 19 Mar 2026 21:31:20 +0100 Subject: [PATCH] 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). --- .github/workflows/release-pr.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/release-pr.yml b/.github/workflows/release-pr.yml index aff7789..a9cbaa6 100644 --- a/.github/workflows/release-pr.yml +++ b/.github/workflows/release-pr.yml @@ -27,6 +27,5 @@ jobs: - uses: release-plz/action@1528104d2ca23787631a1c1f022abb64b34c1e11 # v0.5.128 with: command: release-pr - verbose: true env: GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"