mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-04-14 03:25:50 +00:00
fix pins
This commit is contained in:
2
.github/workflows/vouch-check-issue.yml
vendored
2
.github/workflows/vouch-check-issue.yml
vendored
@@ -12,7 +12,7 @@ jobs:
|
||||
check:
|
||||
runs-on: namespace-profile-ghostty-xsm
|
||||
steps:
|
||||
- uses: mitchellh/vouch/action/check-issue@v1
|
||||
- uses: mitchellh/vouch/action/check-issue@f85a8aa99597a393afbbd1d59a0087b6801e2331 # v1.1.0
|
||||
with:
|
||||
issue-number: ${{ github.event.issue.number }}
|
||||
auto-close: true
|
||||
|
||||
2
.github/workflows/vouch-check-pr.yml
vendored
2
.github/workflows/vouch-check-pr.yml
vendored
@@ -12,7 +12,7 @@ jobs:
|
||||
check:
|
||||
runs-on: namespace-profile-ghostty-xsm
|
||||
steps:
|
||||
- uses: mitchellh/vouch/action/check-pr@v1
|
||||
- uses: mitchellh/vouch/action/check-pr@f85a8aa99597a393afbbd1d59a0087b6801e2331 # v1.1.0
|
||||
with:
|
||||
pr-number: ${{ github.event.pull_request.number }}
|
||||
auto-close: true
|
||||
|
||||
@@ -18,7 +18,7 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
||||
|
||||
- uses: mitchellh/vouch/action/manage-by-discussion@v1
|
||||
- uses: mitchellh/vouch/action/manage-by-discussion@f85a8aa99597a393afbbd1d59a0087b6801e2331 # v1.1.0
|
||||
with:
|
||||
discussion-number: ${{ github.event.discussion.number }}
|
||||
comment-node-id: ${{ github.event.comment.node_id }}
|
||||
|
||||
Reference in New Issue
Block a user