From 475531f2c489424e5398a6e0b68b04f6ca46f21f Mon Sep 17 00:00:00 2001 From: Michal Suchanek Date: Jun 07 2022 14:25:50 +0000 Subject: Merge remote-tracking branch 'origin/users/tiwai/scripts/for-next' into scripts --- diff --git a/scripts/check-embargoed-bugz b/scripts/check-embargoed-bugz index 950618a..2f26c70 100755 --- a/scripts/check-embargoed-bugz +++ b/scripts/check-embargoed-bugz @@ -32,7 +32,7 @@ while read local_ref local_sha remote_ref remote_sha do test "$local_sha" = $z40 && continue case "$remote_ref" in - *_EMBARGO/*) + *_EMBARGO/*|*_EMBARGO) continue;; refs/heads/users/*/for-next) base=${remote_ref#refs/heads/users/*/}