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

jin pushed a commit to branch master
in repository 
https://gitbox.apache.org/repos/asf/incubator-hugegraph-commons.git


The following commit(s) were added to refs/heads/master by this push:
     new dc3e9e2  chore: enable ci in all prs (#111)
dc3e9e2 is described below

commit dc3e9e2bbdddf068338e8c8beda0b6e36d5f9258
Author: imbajin <[email protected]>
AuthorDate: Wed Oct 26 19:38:51 2022 +0800

    chore: enable ci in all prs (#111)
---
 .asf.yaml                               | 8 +++++---
 .github/{workflows => outdated}/cla.yml | 0
 .github/workflows/ci.yml                | 4 ----
 .github/workflows/codeql-analysis.yml   | 2 +-
 4 files changed, 6 insertions(+), 8 deletions(-)

diff --git a/.asf.yaml b/.asf.yaml
index a254285..727bb43 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -35,7 +35,7 @@ github:
   protected_branches:
     master:
       required_status_checks:
-        # strict means "Require branches to be up to date before merging".
+        # strict means "Require branches to be up-to-date before merging".
         strict: true
         # contexts are the names of checks that must pass
         contexts:
@@ -47,5 +47,7 @@ github:
         required_approving_review_count: 2
 
 notifications:
-  issues: [email protected]
-  pullrequests: [email protected]
+  issues: [email protected]
+  discussions:  [email protected]
+  pullrequests_status: [email protected]
+  #pullrequests_comment: [email protected]
diff --git a/.github/workflows/cla.yml b/.github/outdated/cla.yml
similarity index 100%
rename from .github/workflows/cla.yml
rename to .github/outdated/cla.yml
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 755f1c2..1301d30 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -7,10 +7,6 @@ on:
       - /^release-.*$/
       - /^test-.*$/
   pull_request:
-    branches:
-      - master
-      - /^release-.*$/
-      - /^test-.*$/
 
 jobs:
   build:
diff --git a/.github/workflows/codeql-analysis.yml 
b/.github/workflows/codeql-analysis.yml
index be695d8..11d620f 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -7,7 +7,7 @@ on:
     branches: [ master, release-* ]
   pull_request:
     # The branches below must be a subset of the branches above
-    branches: [ master ]
+    # branches: [ master ] # enable in all PRs
   schedule:
     - cron: '33 15 * * 5'
 

Reply via email to