merge the vouch scripts

This commit is contained in:
Mitchell Hashimoto
2026-02-03 09:27:43 -08:00
parent c3573fc35b
commit f6b67aa25a
4 changed files with 116 additions and 122 deletions

View File

@@ -29,7 +29,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
nix develop -c nu .github/scripts/vouch-gate.nu pr \
nix develop -c nu .github/scripts/vouch.nu check-pr \
-R ${{ github.repository }} \
${{ github.event.pull_request.number }} \
--dry-run=false

View File

@@ -30,7 +30,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
status=$(nix develop -c nu .github/scripts/vouch.nu \
status=$(nix develop -c nu .github/scripts/vouch.nu approve-by-issue \
-R ${{ github.repository }} \
${{ github.event.issue.number }} \
${{ github.event.comment.id }} \