This is an automated email from the ASF dual-hosted git repository.
vgalaxies pushed a change to branch intro-commons
in repository https://gitbox.apache.org/repos/asf/incubator-hugegraph.git
from 795dc4e0e Merge remote-tracking branch
'remotes/commons/migrate-commons' into intro-commons
add 68e58a048 basic adapt
add a961c88f3 mvn editorconfig:format
add 155de9c21 adapt CI
No new revisions were added by this update.
Summary of changes:
.../ci.yml => .github/workflows/commons-ci.yml | 18 ++--
.../.github/ISSUE_TEMPLATE/bug_report.yml | 96 ----------------------
.../.github/ISSUE_TEMPLATE/config.yml | 7 --
.../.github/ISSUE_TEMPLATE/feature_request.yml | 15 ----
.../.github/ISSUE_TEMPLATE/question_ask.yml | 94 ---------------------
.../.github/workflows/codeql-analysis.yml | 66 ---------------
.../.github/workflows/license-checker.yml | 60 --------------
hugegraph-commons/.github/workflows/stale.yml | 38 ---------
.../apache/hugegraph/version/CommonVersion.java | 2 +-
.../src/test/resources/META-INF/MANIFEST.MF | 18 ++--
.../org/apache/hugegraph/version/RpcVersion.java | 2 +-
hugegraph-commons/pom.xml | 10 +--
pom.xml | 3 +-
13 files changed, 26 insertions(+), 403 deletions(-)
rename hugegraph-commons/.github/workflows/ci.yml =>
.github/workflows/commons-ci.yml (73%)
delete mode 100644 hugegraph-commons/.github/ISSUE_TEMPLATE/bug_report.yml
delete mode 100644 hugegraph-commons/.github/ISSUE_TEMPLATE/config.yml
delete mode 100644 hugegraph-commons/.github/ISSUE_TEMPLATE/feature_request.yml
delete mode 100644 hugegraph-commons/.github/ISSUE_TEMPLATE/question_ask.yml
delete mode 100644 hugegraph-commons/.github/workflows/codeql-analysis.yml
delete mode 100644 hugegraph-commons/.github/workflows/license-checker.yml
delete mode 100644 hugegraph-commons/.github/workflows/stale.yml