What's New
New Actions
action/sync-codeowners— New action that reads all members in a repository's CODEOWNERS file (expanding team owners to their members) and automatically vouches for them. (#68)
Improvements
action/manage-by-issueandaction/manage-by-discussionnow include the target username in pull request bodies when vouching or denouncing via PR workflow (98dfb8f)- GitHub API retry logic now also retries on 401/403 (transient auth errors such as GitHub Actions token propagation races) and 429 (rate limiting), in addition to 5xx server errors (#70)
action/manage-by-issuenow closes rejected vouch issues as "not planned" instead of "completed" (#69)