Releases: mitchellh/vouch
Releases · mitchellh/vouch
v1.4.2
v1.4.1
What's New
Improvements
action/check-prandaction/check-issuenow support atemplate-fileinput so unvouched auto-close responses can be customized using templates. (#72)action/manage-by-discussionnow links to the exact triggering discussion comment URL in generated pull request bodies, rather than the top-level discussion URL. (#73)
v1.4.0
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)
v1.3.1
v1.3.0
What's New
Improvements
action/manage-by-issueandaction/manage-by-discussionnow support apull-requestinput that creates a branch and opens a pull request instead of pushing directly to the default branch. When combined with the newmerge-immediatelyinput, the PR is automatically squash-merged and the head branch is deleted (#60)
v1.2.1
v1.1.0
What's New
New Actions
action/check-issue— New action to check whether an issue author is vouched for (#48, #47)action/setup-vouch— Install thevouchCLI on the PATH in your GitHub Actions workflows. Nushell is installed automatically if not already available, and a bash wrapper script lets subsequent steps callvouchdirectly (#40)
Improvements
action/check-prnow accepts avouch-repoinput to specify a custom vouched repository (#47)