From eb68d98bad6b72977e5631948be2b94e5780bb8d Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Sun, 15 Feb 2026 06:57:55 -0800 Subject: [PATCH] update vouch --- .github/workflows/vouch-check-issue.yml | 2 +- .github/workflows/vouch-check-pr.yml | 2 +- .github/workflows/vouch-manage-by-discussion.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/vouch-check-issue.yml b/.github/workflows/vouch-check-issue.yml index a12fb5421..95a5c301f 100644 --- a/.github/workflows/vouch-check-issue.yml +++ b/.github/workflows/vouch-check-issue.yml @@ -12,7 +12,7 @@ jobs: check: runs-on: namespace-profile-ghostty-xsm steps: - - uses: mitchellh/vouch/action/check-issue@f85a8aa99597a393afbbd1d59a0087b6801e2331 # v1.1.0 + - uses: mitchellh/vouch/action/check-issue@8c4f29bb7f2ddfa0b8dbc1bb6575e3f27c95d10a # v1.2.0 with: issue-number: ${{ github.event.issue.number }} auto-close: true diff --git a/.github/workflows/vouch-check-pr.yml b/.github/workflows/vouch-check-pr.yml index 1e0e91243..19d6d837f 100644 --- a/.github/workflows/vouch-check-pr.yml +++ b/.github/workflows/vouch-check-pr.yml @@ -12,7 +12,7 @@ jobs: check: runs-on: namespace-profile-ghostty-xsm steps: - - uses: mitchellh/vouch/action/check-pr@f85a8aa99597a393afbbd1d59a0087b6801e2331 # v1.1.0 + - uses: mitchellh/vouch/action/check-pr@8c4f29bb7f2ddfa0b8dbc1bb6575e3f27c95d10a # v1.2.0 with: pr-number: ${{ github.event.pull_request.number }} auto-close: true diff --git a/.github/workflows/vouch-manage-by-discussion.yml b/.github/workflows/vouch-manage-by-discussion.yml index f527bafe8..bf00467ba 100644 --- a/.github/workflows/vouch-manage-by-discussion.yml +++ b/.github/workflows/vouch-manage-by-discussion.yml @@ -18,7 +18,7 @@ jobs: steps: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - - uses: mitchellh/vouch/action/manage-by-discussion@f85a8aa99597a393afbbd1d59a0087b6801e2331 # v1.1.0 + - uses: mitchellh/vouch/action/manage-by-discussion@8c4f29bb7f2ddfa0b8dbc1bb6575e3f27c95d10a # v1.2.0 with: discussion-number: ${{ github.event.discussion.number }} comment-node-id: ${{ github.event.comment.node_id }}