PR Bump¶
pr_bump.yml runs a repository-specific bump command after version metadata is
resolved.
Generated When¶
Generated only when bump_script_path is set.
Runs On¶
pull_requestwhen labels are added or removed
The job only runs for open, trusted same-repository pull requests and skips Dependabot.
Calls¶
See bump.yml for the reusable workflow contract.
Permissions¶
contents: writeto push bump commits.pull-requests: writeto update the bump PR comment.
Behavior¶
- Passes
bump_script_pathto the reusable Bump workflow asbump-script. - Resolves semantic version metadata from
.github/ci-config.yml. - Runs the configured bump command with version environment variables.
- Pushes any resulting commit back to the PR branch.
- Maintains a single PR comment describing bump results.