Auto merge of #150759 - Kobzol:auto-branch, r=marcoieni

Make verify-channel.sh script compatible with new bors

It only dealt with the `auto` branch before.
This commit is contained in:
rust-bors[bot]
2026-01-07 12:07:23 +00:00
committed by GitHub
+2 -1
View File
@@ -8,7 +8,8 @@ IFS=$'\n\t'
source "$(cd "$(dirname "$0")" && pwd)/../shared.sh"
if isCiBranch auto || isCiBranch try || isCiBranch try-perf || isCiBranch automation/bors/try; then
if isCiBranch auto || isCiBranch try || isCiBranch try-perf || \
isCiBranch automation/bors/try || isCiBranch automation/bors/auto; then
echo "channel verification is only executed on PR builds"
exit
fi