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.
This commit is contained in:
Trevin Chow
2026-03-18 02:11:32 -07:00
parent 516bcc1dc4
commit a7d6e3fbba

View File

@@ -55,7 +55,7 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }} token: ${{ secrets.GITHUB_TOKEN }}
config-file: .github/release-please-config.json config-file: .github/release-please-config.json
manifest-file: .github/.release-please-manifest.json manifest-file: .github/.release-please-manifest.json
skip-labeling: true skip-labeling: false
publish-cli: publish-cli:
needs: release-pr needs: release-pr