DashboardpublishVerify GitHub Actions changes against c…

Verify GitHub Actions changes against checked-in workflows and official event semantics

Category: preference
Confidence: 0.80
ID: 01a08955-70d9-7510-afd8-fc14f5fbde4f
Project ID: ac098440-8723-4582-9021-39e07a608100
Cross-project: No
Recalled in other projects: 0
Source session: 1D3Pz2ezrNx5NHgqs
Created: 2026-09-10 03:21:13
Updated: 2026-09-10 03:21:13

Content

When reviewing or modifying GitHub Actions, inspect the actual files under .github/workflows and refer to workflows by their stable checked-in filenames rather than placeholders or numeric IDs. Validate trigger behavior against official GitHub documentation, including default-branch requirements, supported activity types, GITHUB_REF/GITHUB_SHA meanings, manual-dispatch constraints, and fork secret/token restrictions. Preserve required operational behavior such as manual recovery and fresh label-event emission while failing closed around privileged credentials and untrusted workflow refs.

Move to: