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 @@ -17,7 +17,7 @@ jobs:
pull-requests: write
steps:
- name: Enforce vouch trust gate on PR author
uses: mitchellh/vouch/action/check-pr@e87054b83fcd2b10d2155b733a10a8aec344176a
uses: mitchellh/vouch/action/check-pr@8c80ada45b47ed245457b8c7c50f860bcea6cf74
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@e87054b83fcd2b10d2155b733a10a8aec344176a
uses: mitchellh/vouch/action/manage-by-issue@8c80ada45b47ed245457b8c7c50f860bcea6cf74
with:
repo: ${{ github.repository }}
issue-id: ${{ github.event.issue.number }}
Expand Down
Loading