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:
2
.github/workflows/release-pr.yml
vendored
2
.github/workflows/release-pr.yml
vendored
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user