This is an automated email from the ASF dual-hosted git repository.
wave 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 66e8206f129 Remove Label from required checks (#16453)
66e8206f129 is described below
commit 66e8206f129a7ea303099af1317f78652240f985
Author: Dave Fisher <[email protected]>
AuthorDate: Thu Jul 7 13:21:03 2022 -0700
Remove Label from required checks (#16453)
Stop the docbot from blocking PRs
---
.asf.yaml | 1 -
1 file changed, 1 deletion(-)
diff --git a/.asf.yaml b/.asf.yaml
index 76b7fe3a93c..bf773871b68 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -49,7 +49,6 @@ 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