This is an automated email from the ASF dual-hosted git repository.
liuyu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar.git
The following commit(s) were added to refs/heads/master by this push:
new 72c822f6d21 [feat][workflow] Enable required status check of docbot
label job
72c822f6d21 is described below
commit 72c822f6d21c5137dd1c3069795b0e7e14a66e1d
Author: Max Xu <[email protected]>
AuthorDate: Wed Jun 29 05:44:43 2022 +0800
[feat][workflow] Enable required status check of docbot label job
---
.asf.yaml | 1 +
1 file changed, 1 insertion(+)
diff --git a/.asf.yaml b/.asf.yaml
index bf773871b68..76b7fe3a93c 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