From 48e47d22b084f58ab8a8bfbfc7256ea9666b8aea Mon Sep 17 00:00:00 2001 From: Max Xu Date: Tue, 28 Jun 2022 13:50:15 +0800 Subject: [PATCH] ci: make label job of docbot required Signed-off-by: Max Xu --- .asf.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.asf.yaml b/.asf.yaml index bf773871b6843..76b7fe3a93cbd 100644 --- a/.asf.yaml +++ b/.asf.yaml @@ -49,6 +49,7 @@ github: # Contexts are the names of checks that must pass. # See ./github/workflows/README.md for more documentation on this list. contexts: + - label - build - cpp-tests - Changed files check