Skip to content
Merged
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@5713ce1baedf75e2f830afa3dac813a9c48bff12
uses: mitchellh/vouch/action/check-pr@0e11a71bba23218a284d3ecca162e75a110fd7e3
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@v4

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