This is an automated email from the ASF dual-hosted git repository. onichols pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/geode.git
commit 020abc3ba9554c67f69d00d3cbe26023c24d0498 Author: Robert Houghton <[email protected]> AuthorDate: Thu Dec 16 19:41:58 2021 -0800 Enable LGTM as PR-gating checks (#7197) (cherry picked from commit 48ccfe734aac39107c1fa16e2e961027089cb85e) --- .asf.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.asf.yaml b/.asf.yaml index 279389d..a80149f 100644 --- a/.asf.yaml +++ b/.asf.yaml @@ -41,6 +41,9 @@ github: - concourse-ci/build - concourse-ci/unit-test-openjdk11 - concourse-ci/unit-test-openjdk8 + - "LGTM analysis: Java" + - "LGTM analysis: Python" + - "LGTM analysis: JavaScript" required_pull_request_reviews: dismiss_stale_reviews: false
