diff --git a/maintenance/code-backports.sh b/maintenance/code-backports.sh index 33f4e8d..ce954bc 100755 --- a/maintenance/code-backports.sh +++ b/maintenance/code-backports.sh @@ -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