This is an automated email from the ASF dual-hosted git repository.
kirs pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/geode.git
The following commit(s) were added to refs/heads/master by this push:
new d1bed0a4bf GEODE-10433: remove concourse ci checks (#7875)
d1bed0a4bf is described below
commit d1bed0a4bf134286abd7114a743b587e2f75da66
Author: Sai Boorlagadda <[email protected]>
AuthorDate: Sat Jan 28 15:57:34 2023 -0800
GEODE-10433: remove concourse ci checks (#7875)
---
.asf.yaml | 13 +++++--------
1 file changed, 5 insertions(+), 8 deletions(-)
diff --git a/.asf.yaml b/.asf.yaml
index a80149f0d3..70f3ceb3e3 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -37,14 +37,11 @@ github:
strict: false
# contexts are the names of checks that must pass
contexts:
- - concourse-ci/api-check-test-openjdk11
- - concourse-ci/build
- - concourse-ci/unit-test-openjdk11
- - concourse-ci/unit-test-openjdk8
- - "LGTM analysis: Java"
- - "LGTM analysis: Python"
- - "LGTM analysis: JavaScript"
-
+ - "Analyze (java)"
+ - "Analyze (javascript)"
+ - "Analyze (python)"
+ - "Analyze (go)"
+ - CodeQL
required_pull_request_reviews:
dismiss_stale_reviews: false
require_code_owner_reviews: true