Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/vouch-check-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Enforce vouch trust gate on PR author
# require-vouch=true: unvouched users are treated as blocked.
# auto-close=true: blocked PRs are automatically closed.
uses: mitchellh/vouch/action/check-pr@6803dde571265e13489c3f118200f60b6ab59e4d
uses: mitchellh/vouch/action/check-pr@daa39f90448eb4054ad334d7f53959a7efb5005b
with:
pr-number: ${{ github.event.pull_request.number }}
vouched-file: .github/VOUCHED.td
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/vouch-manage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
uses: actions/checkout@v6

- name: Apply vouch / denounce / unvouch from maintainer comments
uses: mitchellh/vouch/action/manage-by-issue@6803dde571265e13489c3f118200f60b6ab59e4d
uses: mitchellh/vouch/action/manage-by-issue@daa39f90448eb4054ad334d7f53959a7efb5005b
with:
repo: ${{ github.repository }}
issue-id: ${{ github.event.issue.number }}
Expand Down
Loading