Skip to content

fix(ci): carry the trusted-bot bypass to check, which never had it - #3336

Merged
gHashTag merged 1 commit into
masterfrom
check-lets-the-bot-through
Sep 5, 2026
Merged

fix(ci): carry the trusted-bot bypass to check, which never had it#3336
gHashTag merged 1 commit into
masterfrom
check-lets-the-bot-through

Conversation

@gHashTag

@gHashTag gHashTag commented Sep 5, 2026

Copy link
Copy Markdown
Owner

Closes #3335

Verified independently before acting. check-now-freshness.yml (the required context check) has IS_BOT: 0, conditional steps: 0. Its neighbours have 6/5 and 3/2.

#1081 gave those two the bypass on 2026-06-14 for a stated reason: a skipped required check never satisfies branch protection, so it must be a step that passes, not a job that is skipped. This job was exempt only because its whole body was echo "Checking repository freshness..." — its blindness WAS the bypass, and #2756 gave it real work on 2026-08-28.

Measured today. Eight open Dependabot PRs:

PR opened check
#3001, #3000, #2999 2026-09-01 FAILURE
#2693, #2692, #2691, #2690, #2689 2026-08-24 SUCCESS

The five green ones are green only because their last run predates the change; any synchronize or title edit re-runs the job and flips them. Ruleset not editable, no bypass_actors → red check means never merges.

The failure text asserts what is false on exactly this population: "NOW Sync Gate should have caught that first" — on a bot PR, NOW Sync Gate deliberately does not look.

The expression is now identical in all three files, compared character for character rather than assumed.

The census moved because this adds one run: step (quiet 127 → 128, shell 234 → 235). Confirmed mine and not a neighbour's by running the gate on a clean origin/master checkout with the same binary first, where it passes.

Found by an adversarial pass over the four required contexts: 8 candidates, 6 survived refutation, 2 refuted. The other five are recorded for the next pass.

…efs #3335)

The census moved because this adds one `run:` step: quiet 127 -> 128 and shell
234 -> 235. Confirmed mine, not a neighbour's, by running the gate on a clean
origin/master checkout with the same binary first -- it passes there.
@gHashTag
gHashTag enabled auto-merge (squash) September 5, 2026 19:41
@github-actions

github-actions Bot commented Sep 5, 2026

Copy link
Copy Markdown
Contributor

📓 NotebookLM Notebook linked to this PR

This notebook contains session context, decisions, and artifacts for this work.

@github-actions

github-actions Bot commented Sep 5, 2026

Copy link
Copy Markdown
Contributor

PR Dashboard

Generated at: 2026-09-05 19:41:52 UTC

Summary

Status Count
Total Open PRs 16
PRs with Failing Checks 11
PRs with All Checks Green 5
READY 4
FAILING 11
PENDING 0

Seal Status

  • ⚠️ STALE -- sha256(compiler.rs)=6a8a89332bd9 != manifest seal=87e5cbd3ad94.
    The committed NMSE numbers were certified against an older compiler.rs.
    Run scripts/reseal-check.sh locally for the two-step reseal command (advisory; not a merge gate).

@gHashTag
gHashTag merged commit a484f3e into master Sep 5, 2026
28 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.

check blocks every Dependabot PR: the trusted-bot bypass was never carried to it

1 participant