CI Update¶
ci_update.yml keeps a consumer repository aligned with this CI template.
Generated When¶
Always generated.
Runs On¶
- Daily schedule at
0 15 * * * - Manual
workflow_dispatch
Calls¶
See ci_updater.yml for the reusable workflow
contract.
Permissions¶
contents: writeto commit template updates.pull-requests: writeto open or update the template-sync PR.issues: writeto create a failure issue.actions: writeso updater PRs can modify.github/workflows/*.
Behavior¶
- Runs
copier updatethrough the reusable CI Updater workflow. - Opens or updates a PR from
ci/update-ci-template. - Labels updater PRs automatically for automerge and changelog skipping.
- Uses
secrets.CI_BOT_TOKENas the reusable workflowtokensecret.