Conversation
Contributor
Release previewMerging this PR would release v0.12.0 (current: Changelog preview (truncated)## v0.12.0 (2026-08-11)
### Features
- **ci**: Deliver template updates as a pull request or an issue
([`b885247`](https://github.com/OO-LD/coregraft/commit/b885247d50d27792a9ca1cba82e0cafbce67e856))
Preview via python-semantic-release and conventional commits. |
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.
What's Changed
The built-in token may not create or update files under .github/workflows/,
and template updates routinely do, so the second real backport was rejected at
the push. The first only succeeded because it happened to touch no workflow.
Updates now arrive as a pull request when a GitHub App with Workflows write is
available, and as an issue naming the command to run locally when it is not.
The merge is identical either way; only the automation differs. A new
update_bot answer gates the App path and both profile READMEs document the
one-time setup.
Checklist
make cipasses locally (runs check, test and docs-test in one go)commit-msghook enforces this)