moving stuff around

This commit is contained in:
Mitchell Hashimoto
2026-02-03 09:31:56 -08:00
parent f6b67aa25a
commit a4d0d5c182
4 changed files with 6 additions and 5 deletions

View File

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