This is an automated email from the ASF dual-hosted git repository.
jbonofre pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/polaris.git
The following commit(s) were added to refs/heads/main by this push:
new a8fe7512 asf.yaml: Fix required check introduced by #352
a8fe7512 is described below
commit a8fe7512d842efe390d2026ba73e5bccb91741c9
Author: Robert Stupp <[email protected]>
AuthorDate: Tue Oct 15 15:44:28 2024 +0200
asf.yaml: Fix required check introduced by #352
---
.asf.yaml | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/.asf.yaml b/.asf.yaml
index 217cc525..dc401603 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -45,13 +45,14 @@ github:
required_status_checks:
# strict means "Require branches to be up to date before merging".
strict: true
- # contexts are the names of checks that must pass
+ # Contexts are the names of checks that must pass. This is the value
+ # of the job's `name` property if it's present.
contexts:
- markdown-link-check
- build
- regtest
- site
- - helm-tests
+ - "Helm tests"
features:
wiki: false