Skip to content

Commit

Permalink
fix(github): improve bulk merge workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
martinohmann committed Jun 5, 2024
1 parent a20cd79 commit ba0695d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/bulk-merge-prs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
default: "false"
required: false
labels:
description: Labels
description: Comma-separated labels (e.g. `type/patch,cluster/storage`)
default: "any"
required: false

Expand Down Expand Up @@ -45,6 +45,7 @@ jobs:
echo "Dry run: gh pr merge $id --squash"
continue
fi
echo "Merging PR ${id}"
gh pr merge "${id}" --squash
sleep 2
done

0 comments on commit ba0695d

Please sign in to comment.