Description
PRs created by release-please (via github-actions bot) do not trigger CI workflows. This is a GitHub limitation: workflows are not triggered by events from the default GITHUB_TOKEN.
Workaround
Use a GitHub App or PAT for release-please if CI on release PRs is needed.
Current Impact
Low — release-please PRs only update pyproject.toml version and CHANGELOG.md.
Description
PRs created by release-please (via
github-actionsbot) do not trigger CI workflows. This is a GitHub limitation: workflows are not triggered by events from the defaultGITHUB_TOKEN.Workaround
Use a GitHub App or PAT for release-please if CI on release PRs is needed.
Current Impact
Low — release-please PRs only update
pyproject.tomlversion andCHANGELOG.md.