Skip to content

Commit

Permalink
fix(workflow) restore state and debug
Browse files Browse the repository at this point in the history
  • Loading branch information
vrozaksen committed Jan 29, 2025
1 parent 01eb913 commit 10f21d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bulk-merge-prs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
run: |
args=()
args+=(--app $BOT_USERNAME)
args+=(--state open)
if [ ${{ github.event.inputs.labels }} != "any" ]; then
IFS=',' read -ra labels <<< ${{ github.event.inputs.labels }}
for label in "${labels[@]}"; do
Expand All @@ -51,4 +52,3 @@
gh pr merge "${id}" --squash
sleep 2
done
# args+=(--state open) # it's default so ignore that

0 comments on commit 10f21d4

Please sign in to comment.