From 2553069c1a3146b350ebd16bc5cd5b010f0165e6 Mon Sep 17 00:00:00 2001 From: Takashi Iwai Date: Jun 07 2022 13:53:17 +0000 Subject: scripts/check-embargoed-bugz: Skip check for the direct to push to *_EMBARGO branch, too --- 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/*/}