From a7d6e3fbba862d4e8b4e1a0510f0776e9e274b89 Mon Sep 17 00:00:00 2001 From: Trevin Chow Date: Wed, 18 Mar 2026 02:11:32 -0700 Subject: [PATCH] fix: enable release-please labeling so it can find its own PRs With skip-labeling: true, release-please couldn't find its own PRs on subsequent runs (it searches by the autorelease: pending label). This prevented it from updating the PR body when new commits landed. --- .github/workflows/release-pr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-pr.yml b/.github/workflows/release-pr.yml index 820baff..0d0943b 100644 --- a/.github/workflows/release-pr.yml +++ b/.github/workflows/release-pr.yml @@ -55,7 +55,7 @@ jobs: token: ${{ secrets.GITHUB_TOKEN }} config-file: .github/release-please-config.json manifest-file: .github/.release-please-manifest.json - skip-labeling: true + skip-labeling: false publish-cli: needs: release-pr