From 77f467cd9cba1663cef5c4556d49edf1fe9f3860 Mon Sep 17 00:00:00 2001 From: Vivek Soni <77258892+vsoni-eightfold@users.noreply.github.com> Date: Mon, 8 Aug 2022 16:18:02 +0530 Subject: [PATCH] Update entrypoint.sh --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index e0fabac..7c55d6a 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -100,7 +100,7 @@ for label in $labels; do done add_label "needs_ci" - +add_label "sandbox" if [[ ("$needs_hotfix" = true && "$has_hotfix_label" = false && "$hotfix_failed" = false) ]]; then echo "Detected HOTFIX pull request that isn't already labeled." add_label "needs_hotfix"