Skip to content

chore: replace mitchellh/vouch with hand-rolled workflows#378

Merged
johntmyers merged 1 commit intomainfrom
chore/vouch-actions-fix
Mar 16, 2026
Merged

chore: replace mitchellh/vouch with hand-rolled workflows#378
johntmyers merged 1 commit intomainfrom
chore/vouch-actions-fix

Conversation

@johntmyers
Copy link
Collaborator

Summary

Enterprise action policy blocks mitchellh/vouch by repo owner, even when pinned to SHA. Replaces with actions/github-script implementations that provide the same behavior.

Changes

  • vouch-check.yml — hand-rolled PR gate with bot exemption, org/collaborator bypass, VOUCHED.td parsing
  • vouch-command.yml — hand-rolled /vouch command handler with maintainer auth, GraphQL discussion comments, 409 conflict retry, concurrency serialization

Testing

  • /vouch command on a Vouch Request discussion
  • Unvouched user opens a PR (should auto-close)

Checklist

  • Follows Conventional Commits
  • Commits are signed off (DCO)

Enterprise action policy blocks third-party actions by repo owner.
Revert to github-script implementations with the same behavior:
bot exemption, org/collaborator bypass, VOUCHED.td format, /vouch
command, 409 conflict retry, and concurrency serialization.

Signed-off-by: John Myers <johntmyers@users.noreply.github.com>
@johntmyers johntmyers self-assigned this Mar 16, 2026
@johntmyers johntmyers requested a review from drew March 16, 2026 22:45
@johntmyers johntmyers merged commit 20dab0b into main Mar 16, 2026
9 checks passed
@johntmyers johntmyers deleted the chore/vouch-actions-fix branch March 16, 2026 22:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants