Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion maintenance/code-backports.sh
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ if test "$prlist" -ne 0; then
echo "$msg" | grep -E "^error:"
unlabel=`echo "$msg" | grep -E "The.previous.cherry-pick.is.now.empty"`
if ! test -z "$unlabel" ; then
gh pr edit --repo squid-cache/squid $prnum --remove-label backport-to-v$version
gh pr edit --repo squid-cache/squid $prnum --remove-label backport-to-v$version &&
gh pr comment --repo squid-cache/squid $prnum --body "queued for backport to v$version"
fi
fi
Expand Down