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"