Skip to content

Updated reusable caller permissions/secrets and hardened Taskfile sync/version validation#133

Merged
ChristophShyper merged 4 commits intomasterfrom
bugfix/review-comments-followup
Mar 28, 2026
Merged

Updated reusable caller permissions/secrets and hardened Taskfile sync/version validation#133
ChristophShyper merged 4 commits intomasterfrom
bugfix/review-comments-followup

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

📝 Brief description

refactor: standardize workflows to use centralized reusable callers
fix: fall back to latest git tag when .version file is missing
refactor: update Taskfile to use versioned templates and improve version resolution logic
Updated reusable caller permissions/secrets and hardened Taskfile sync/version validation

💻 Commits

  • 2d068b2 - ChristophShyper - 2026-03-28 15:26:57
    | Updated reusable caller permissions/secrets and hardened Taskfile sync/version validation
    |
  • 631c428 - ChristophShyper - 2026-03-28 14:36:09
    | refactor: update Taskfile to use versioned templates and improve version resolution logic
    |
  • d22c887 - ChristophShyper - 2026-03-28 14:36:09
    | fix: fall back to latest git tag when .version file is missing
    | VERSION variable now resolves from git tags when VERSION_FROM_FILE
    | is empty, so version:resolve-next works on fresh checkouts without
    | a committed .version file.
    |
    | Co-Authored-By: Claude Opus 4.6 noreply@anthropic.com
    |
  • 94bc27a - Christoph - 2026-03-28 10:46:07
    refactor: standardize workflows to use centralized reusable callers
    Co-Authored-By: Claude Opus 4.6 noreply@anthropic.com

📁 Modified files

.github/workflows/auto-create-pull-request.yml | 86 ++--------------
.github/workflows/auto-create-release.yml (gone) | 99 -------------------
.github/workflows/cron-check-dependencies.yml | 51 ++--------
.github/workflows/manual-sync-common-files.yml | 43 ++------
.github/workflows/manual-update-version.yml | 83 +++-------------
Taskfile.cicd.yml | 119 ++++++++++++++---------
Taskfile.variables.yml | 20 ++--
7 files changed, 124 insertions(+), 377 deletions(-)

⚠️ Additional information

  • Pushed to a branch with a proper name and provided proper commit message.
  • Provided a clear and concise description of what the issue is.

Check CONTRIBUTING.md and CODE_OF_CONDUCT.md for more information

ChristophShyper and others added 4 commits March 28, 2026 10:46
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
VERSION variable now resolves from git tags when VERSION_FROM_FILE
is empty, so version:resolve-next works on fresh checkouts without
a committed .version file.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@ChristophShyper ChristophShyper merged commit c7d0224 into master Mar 28, 2026
3 checks passed
@ChristophShyper ChristophShyper deleted the bugfix/review-comments-followup branch March 28, 2026 14:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant