ci: check shared Copier answers file for drift - #157
Merged
Conversation
check-common-files.sh diffed the shared workflows and dotfiles but never
covered any .jinja file, leaving the templated files most likely to drift
outside the safety net. The Copier answers file
({{_copier_conf.answers_file}}.jinja) is identical across the basic and
rust flavours, so add a direct flavour-to-flavour diff for it. It has no
root canonical, so the two flavours are compared against each other rather
than against the root.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01RQ77oAVFVspKCULcSTuD1b
DeveloperC286
enabled auto-merge (squash)
July 21, 2026 08:37
Merged
DeveloperC286
added a commit
that referenced
this pull request
Jul 21, 2026
🤖 I have created a release *beep* *boop* --- ## 1.7.10 (2026-07-21) ## What's Changed * chore(deps): update cachix/install-nix-action action to v31.11.0 by @renovate[bot] in #153 * chore(deps): update actions/checkout action to v7.0.1 by @renovate[bot] in #155 * ci: template shell formatting and linting by @DeveloperC286 in #156 * ci: check shared Copier answers file for drift by @DeveloperC286 in #157 * ci: Renovate managing GitHub Actions .yml.jinja workflows by @DeveloperC286 in #158 * chore(deps): update dependency actions/checkout to v6.1.0 by @renovate[bot] in #159 * chore(deps): update dependency cachix/install-nix-action to v31.11.0 by @renovate[bot] in #160 * chore(deps): update dependency actions/checkout to v7 by @renovate[bot] in #161 **Full Changelog**: v1.7.9...v1.7.10 --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
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.
The Copier answers file ({{_copier_conf.answers_file}}.jinja) is identical across the basic and rust.