This is an automated email from the ASF dual-hosted git repository.
rhoughton pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/geode.git
The following commit(s) were added to refs/heads/develop by this push:
new 64d07164ed GEODE-10293: Modify .asf.yaml to require CodeQL, drop LGTM
(#7674)
64d07164ed is described below
commit 64d07164edd84391db61f3118486083f3a9169e1
Author: Robert Houghton <[email protected]>
AuthorDate: Tue May 10 14:26:51 2022 -0700
GEODE-10293: Modify .asf.yaml to require CodeQL, drop LGTM (#7674)
GEODE-10293: Modify .asf.yaml to require CodeQL, drop LGTM
---
.asf.yaml | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/.asf.yaml b/.asf.yaml
index a80149f0d3..eaa4842535 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -41,9 +41,11 @@ github:
- 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