chore: merge timestamp-only contract-monitor PR directly - #109
Merged
Merged
Conversation
10 tasks
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.
Project
docs/MAINTENANCE.md-style maintenance note: this change is limited to.github/workflows/ci.yml(themonitor-external-contractsjob). No list entry, no criteria change.Why it belongs
The contract-monitor timestamp-only path used
gh pr merge --auto --squash --delete-branch, but this repository'smainbranch has zero required status checks (branch protection:required_signatures: true, norequired_status_checks, no rulesets). A bot PR is therefore immediately mergeable ("clean status"), and GitHub declines enabling auto-merge with:This was observed live on the re-dispatched monitor run (workflow run 35856108706 failed at the auto-merge step). The direct merge path was verified instead: PR #108 (the same timestamp-only refresh, created by the monitor) merged successfully via
gh pr merge --squash --delete-branch(merge commit81e4e4a); GitHub signs the squash-merge commit, which satisfiesrequired_signatures: true.Quality evidence
yaml.safe_loadpasses on the edited workflow file.verify-marketplace-urls.pyoutputs (canonical_url_fix_count,timestamp_refresh_count) are used verbatim.81e4e4a, 2026-09-23T11:47:12Z);--autodeclined on the same PR class.dependabot-auto-merge.ymlandrelease.ymluntouched.needs:semantic-review(unchanged).Checklist
CRITERIA.mdandcontributing.md(no criteria impact — CI maintenance).github/advisory-baseline.jsonor.github/repo-exceptions.json