This is an automated email from the ASF dual-hosted git repository. jin pushed a commit to branch fix-ci in repository https://gitbox.apache.org/repos/asf/incubator-hugegraph-commons.git
commit ea666f82d037921a93788cf17a7b8b8288284378 Author: imbajin <[email protected]> AuthorDate: Wed Oct 26 16:45:28 2022 +0800 chore: enable ci in all prs also update the mail config --- .asf.yaml | 6 +++--- .github/{workflows => outdated}/cla.yml | 0 .github/workflows/ci.yml | 4 ---- .github/workflows/codeql-analysis.yml | 2 +- 4 files changed, 4 insertions(+), 8 deletions(-) diff --git a/.asf.yaml b/.asf.yaml index a254285..de672d2 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,5 @@ github: required_approving_review_count: 2 notifications: - issues: [email protected] - pullrequests: [email protected] + # issues: [email protected] + pullrequests: [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'
