hermes-agent/.github/workflows
Teknium dd86deef13
feat(ci): add contributor attribution check on PRs (#9376)
Adds a CI workflow that blocks PRs introducing commits with
unmapped author emails. Checks each new commit's author email
against AUTHOR_MAP in scripts/release.py — GitHub noreply emails
auto-pass, but personal/work emails must be mapped.

Also adds --strict and --diff-base flags to contributor_audit.py
for programmatic use. --strict exits 1 when new unmapped emails
are found; --diff-base scopes the check to only flag emails from
commits after a given ref (grandfathers existing unknowns).

Prevention for the 97-unmapped-email gap found in the April 2026
contributor audit.
2026-04-13 21:13:08 -07:00
..
contributor-check.yml feat(ci): add contributor attribution check on PRs (#9376) 2026-04-13 21:13:08 -07:00
deploy-site.yml feat(skills): centralized skills index — eliminate GitHub API calls for search/install 2026-04-12 16:39:04 -07:00
docker-publish.yml
docs-site-checks.yml
nix.yml
skills-index.yml feat(skills): centralized skills index — eliminate GitHub API calls for search/install 2026-04-12 16:39:04 -07:00
supply-chain-audit.yml fix(ci): don't fail supply chain scan when PR comment can't be posted on fork PRs (#6681) 2026-04-13 13:58:59 -07:00
tests.yml