Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add --no-run-if-empty option to xargs command
Without this option, xargs will run the `gh pr close` command with no arguments when `gh pr list` outputs no PRs. Adding this option prevents the error that can result.
- Loading branch information