Another round of Vouch updates based on real world usage. Iterating fast so Vouch can be used successfully in more places.
Features
New action sync-codeowners: automatically vouches all users in your CODEOWNERS file including all members of all teams in that file
Bugs/Improvements
- All vouch-modifying actions now include the username(s) of the users in their PR bodies (example: https://github.com/ghostty-org/ghostty/pull/10872)
- `manage-by-issue` now closes the issue with the "not planned" reason instead of "completed"
- GitHub API requests are retried with backoff on all 5xx (server problems), 429 (rate limit), and 401 (token propagation delay) status codes