You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by on...@apache.org on 2021/12/17 03:57:40 UTC

[geode] branch support/1.14 updated: Enable LGTM as PR-gating checks (#7197)

This is an automated email from the ASF dual-hosted git repository.

onichols pushed a commit to branch support/1.14
in repository https://gitbox.apache.org/repos/asf/geode.git


The following commit(s) were added to refs/heads/support/1.14 by this push:
     new 7364e9d  Enable LGTM as PR-gating checks (#7197)
7364e9d is described below

commit 7364e9d420a2bdd9c14e8fc14ef68b7adcd75c82
Author: Robert Houghton <rh...@pivotal.io>
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