Skip to content

Commit b55a581

Browse files
authored
Replaced bors by merge queue (#50)
1 parent 92170db commit b55a581

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bulk-pr/pr_approve

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ for product in "${products[@]}"; do
55
if [[ $STATE -eq "OPEN" ]]; then
66
echo "Approving ${product}"
77
gh pr review $1 --approve -R stackabletech/${product}-operator
8-
gh pr review $1 --comment -b "bors r+" -R stackabletech/${product}-operator
8+
gh pr merge $1 -R stackabletech/${product}-operator
99
else
1010
echo "Skipping ${product}, PR already closed"
1111
fi

0 commit comments

Comments
 (0)