You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a shared detection script (.github/detect-go-changes.bash) that
uses the GitHub API to classify changed files. Go-specific jobs (build,
test, lint, security scans) are skipped when only docs/website paths
change. Each workflow gets a gate job (CI/Lint/Security / Result) that
rolls up all job results into a single required check.
After merging, the repo ruleset needs updating to require only the three
gate jobs instead of the current 13 individual check names.
closes#726
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments