Skip to content

Commit

Permalink
fix(task): gh:release change search state to open
Browse files Browse the repository at this point in the history
oops
  • Loading branch information
dkarter committed Oct 6, 2024
1 parent 0e21a5d commit 35592d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Taskfile.dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ tasks:
- creates a github release
silent: true
cmd: |
gh pr list --author "@me" --state closed --search 'chore(master): release' | awk '{ print $1 }' | xargs -I{} gh pr merge {} --auto --squash --delete-branch
gh pr list --author "@me" --state open --search 'chore(master): release' | awk '{ print $1 }' | xargs -I{} gh pr merge {} --auto --squash --delete-branch
install:dotfiles:
desc: Install dotfiles
Expand Down

0 comments on commit 35592d0

Please sign in to comment.