fix: bot PR CI without approval; MIGRATE_MS year - #406
Merged
Conversation
…exit 0 (01M1A0SNQQYZHGR7P8R35YFR71) GITHUB_TOKEN pull_request runs sat action_required on #403. compact.yml and post-merge.yml now gh workflow run worklog-invariants --ref the bot branch. MIGRATE_MS is 1784419200000 (2026-07-19). merge-when-green exits 0 on already MERGED.
RichardHightower
enabled auto-merge
August 30, 2026 20:26
Contributor
post-merge sync --report |
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.
Why
#403 (bot compact PR) sat
action_requireduntil a maintainer approved the workflow. Nightly compact is not unattended if that happens every time. Separately,MIGRATE_MSdecoded to 2025-07-19 whileMIGRATE_TSsaid 2026-07-19.merge-when-greenexited 3 when re-run against an already-merged PR.What
gh pr create, compact.yml and post-merge.ymlgh workflow run worklog-invariants --ref \$branch.workflow_dispatchis the event GitHub does fire for GITHUB_TOKEN (Bot pushes to main skip CI, so a broken main goes unnoticed #361).actions: writeadded.MIGRATE_MS = 1784419200000(2026-07-19). Already-migrated events keep their 2025 ULIDs. Lock test: constant matches timestamp.merge-when-green: MERGED at start exits 0; CLOSED still exits 3.Items:
01M1A0SNQQYZHGR7P8R35YFR71,01M19XRRWXHM72JBY29FQRRMEJ.Never squash (ADR-0008). Auto-merge when green (ADR-0010).