chore: propagate main into development - #54
Merged
Merged
Conversation
sync-nightly.yml never creates a new commit on nightly — it only fast-forwards or resets nightly to development's exact SHA. That means checking for a completed CI run scoped to branch:nightly misses two real cases: a sync pushed with the GITHUB_TOKEN fallback (doesn't trigger downstream workflows), or nightly already matching development when the sync ran (no push event at all). Either way CI already ran and passed on development for that same SHA, which is equally valid proof. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
🤖 I have created a release *beep* *boop* --- ## [0.2.3](hestia-v0.2.2...hestia-v0.2.3) (2026-08-10) ### Bug Fixes * accept development-branch CI run as proof of nightly health ([7a3cf5e](7a3cf5e)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
docker-build.yml's merge job failed with "Get \"https://ghcr.io/v2/\": denied: denied" on GHCR login, seconds after the build jobs' identical login succeeded with the same GITHUB_TOKEN — a known GHCR transient denial, not an actual permissions gap. Wrap all three registry logins (build's GHCR, merge's GHCR and Docker Hub) with nick-fields/retry. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
🤖 I have created a release *beep* *boop* --- ## [0.2.4](hestia-v0.2.3...hestia-v0.2.4) (2026-08-10) ### Bug Fixes * retry GHCR and Docker Hub logins on transient denial ([88fa2e3](88fa2e3)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
Wikid82
marked this pull request as ready for review
August 10, 2026 15:47
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.
Automated PR carrying commits pushed directly to
main(hotfixes, CI-generatedcommits) down into
development. nightly is intentionally skipped — it picksthese up via the daily development sync instead.
Triggered by push 7a3cf5e to main.