docs: record branch protection on main; bump h2/quinn-proto for two advisories #2
No reviewers
Labels
No labels
waiting-on-julian
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
jlxq0/matrix-botfather!2
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "arm-branch-protection"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Arms branch protection on
mainand records it inAGENTS.md.dockeris excluded on measurement, not preference. It hasneeds: cargoandif: github.event_name != 'pull_request', so on a pull request Forgejo writesCI / docker (pull_request)as pending at open time and never creates a task for it. Measured on the (now closed) probe PR #1:/actions/tasksheld one row for that head sha,17655 cargo #1 pull_request failure, and no docker row at any point. RequiringCI / docker*would block every pull request here permanently.AGENTS.mdrecords the cost: a broken image build no longer blocks a merge, and surfaces as a missing image at deploy time instead of a red pull request.Also bumps
h2andquinn-protoinCargo.lock.cargo audithad gone red against an unchanged tree since 2026-06-16 on RUSTSEC-2026-0258 (h2) and RUSTSEC-2026-0185 (quinn-proto, 7.5 high); both are transitive and clear withcargo update -p h2 -p quinn-proto.fmt,clippy,test,auditanddeny check bans licenses sourcesall pass locally on the result.