Skip to content

chore: bump rhiza template to v0.11.0#39

Merged
tschm merged 3 commits into
mainfrom
rhiza11
May 25, 2026
Merged

chore: bump rhiza template to v0.11.0#39
tschm merged 3 commits into
mainfrom
rhiza11

Conversation

@tschm
Copy link
Copy Markdown
Member

@tschm tschm commented May 24, 2026

Summary

  • Bumps rhiza template to v0.11.0
  • Syncs template-managed files via make sync

🤖 Generated with Claude Code

Copilot AI review requested due to automatic review settings May 24, 2026 13:23
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Bumps the repository’s Rhiza template reference to v0.11.0 and synchronizes template-managed files, including adding support/tests for overriding the Rhiza sync workflow schedule.

Changes:

  • Update Rhiza template ref/lock to v0.11.0.
  • Add RHIZA_SYNC_SCHEDULE default + _apply-sync-schedule target and wire it into make sync.
  • Add sync-schedule override tests and introduce a CodeQL workflow via template sync.

Reviewed changes

Copilot reviewed 5 out of 6 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
.rhiza/tests/sync/test_sync_schedule.py Adds pytest coverage for the RHIZA_SYNC_SCHEDULE override and _apply-sync-schedule behavior.
.rhiza/template.yml Updates the Rhiza template reference to v0.11.0.
.rhiza/template.lock Updates pinned template SHA/ref and records synced files/timestamp.
.rhiza/rhiza.mk Introduces RHIZA_SYNC_SCHEDULE and applies it post-sync via _apply-sync-schedule.
.rhiza/.rhiza-version.rej Adds a patch rejection artifact file (should not be committed).
.github/workflows/rhiza_release.yml Bumps docker/login-action patch version.
.github/workflows/rhiza_codeql.yml Adds a CodeQL workflow from the updated template.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread .rhiza/rhiza.mk
Comment on lines +111 to +115
_apply-sync-schedule: ## (internal) apply RHIZA_SYNC_SCHEDULE override to GitHub Actions sync workflow
@if [ "$(RHIZA_SYNC_SCHEDULE)" != "0 0 * * 1" ] && [ -f .github/workflows/rhiza_sync.yml ]; then \
sed -i.bak "s|cron: '[^']*'|cron: '$(RHIZA_SYNC_SCHEDULE)'|" .github/workflows/rhiza_sync.yml && rm -f .github/workflows/rhiza_sync.yml.bak; \
printf "${BLUE}[INFO] Applied custom sync schedule: $(RHIZA_SYNC_SCHEDULE)${RESET}\n"; \
fi
@tschm tschm merged commit e8d3f0b into main May 25, 2026
49 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants