Merged
Conversation
3 tasks
lxcong
added a commit
that referenced
this pull request
Apr 27, 2026
## Summary - Pass `RELEASE_PLEASE_TOKEN` (PAT) to `googleapis/release-please-action@v4` instead of relying on the default `GITHUB_TOKEN`. ## Why PRs created with the default `GITHUB_TOKEN` do **not** trigger other workflows ([GitHub docs](https://docs.github.com/en/actions/security-for-github-actions/security-guides/automatic-token-authentication#using-the-github_token-in-a-workflow)). Branch protection on `main` requires the `commitlint` check, but `commitlint.yml` runs on `pull_request` events — which never fire for release-please PRs. The result: every release PR (e.g. #19) stays `mergeable_state: blocked` forever. Using a PAT makes release-please open PRs as a real user, so `pull_request: opened` fires and `commitlint` runs. ## Test plan - [ ] This PR itself triggers `commitlint` (proves human-authored PRs are unaffected) - [ ] After merge, close+reopen #19 to unblock the current 1.2.0 release - [ ] Next release-please PR opens with `commitlint` already running automatically Co-authored-by: lxhtheresa <lxhtheresa@gmail.com>
023f347 to
890ca7f
Compare
Contributor
|
🤖 Created releases: 🌻 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🤖 I have created a release beep boop
1.2.0 (2026-04-27)
Features
This PR was generated with Release Please. See documentation.