Skip to content

Commit

Permalink
should not reopen pr's now
Browse files Browse the repository at this point in the history
  • Loading branch information
Bruno Rodrigues committed Jul 11, 2024
1 parent ac1255c commit 20d285a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/make_inst_default.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Check if PR exists
id: check_pr
run: |
PR=$(gh pr list --base update_default.nix --state open --json number --jq '.[0].number')
PR=$(gh pr list -S 'Update default.nix' --json number --jq '.[0].number')
echo "PR_NUMBER=$PR" >> $GITHUB_ENV
- name: Push changes to update_default.nix branch
Expand Down

0 comments on commit 20d285a

Please sign in to comment.