From 3301dc9d05e910054aebe34c1bdb0cf441c04deb Mon Sep 17 00:00:00 2001 From: Vality Bot Date: Tue, 15 Nov 2022 15:33:46 +0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=84=20Synced=20file(s)=20with=20vality?= =?UTF-8?q?dev/configurations=20(#8)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 🔄 Created local '.github/workflows/basic-linters.yml' from remote 'workflows/base/basic-linters.yml' * 🔄 Created local '.github/settings.yml' from remote '.github/settings.yml' * 🔄 Created local 'CODEOWNERS' from remote 'codeowners/java' * 🔄 Created local '.codecov.yml' from remote 'java/.codecov.yml' --- .codecov.yml | 6 ++++++ .github/settings.yml | 2 ++ .github/workflows/basic-linters.yml | 10 ++++++++++ CODEOWNERS | 1 + 4 files changed, 19 insertions(+) create mode 100644 .codecov.yml create mode 100644 .github/settings.yml create mode 100644 .github/workflows/basic-linters.yml create mode 100644 CODEOWNERS diff --git a/.codecov.yml b/.codecov.yml new file mode 100644 index 0000000..7e6c6e2 --- /dev/null +++ b/.codecov.yml @@ -0,0 +1,6 @@ +coverage: + status: + project: + default: + target: auto + threshold: 1% diff --git a/.github/settings.yml b/.github/settings.yml new file mode 100644 index 0000000..9267e7d --- /dev/null +++ b/.github/settings.yml @@ -0,0 +1,2 @@ +# These settings are synced to GitHub by https://probot.github.io/apps/settings/ +_extends: .github diff --git a/.github/workflows/basic-linters.yml b/.github/workflows/basic-linters.yml new file mode 100644 index 0000000..6114f14 --- /dev/null +++ b/.github/workflows/basic-linters.yml @@ -0,0 +1,10 @@ +name: Vality basic linters + +on: + pull_request: + branches: + - "*" + +jobs: + lint: + uses: valitydev/base-workflows/.github/workflows/basic-linters.yml@v1 diff --git a/CODEOWNERS b/CODEOWNERS new file mode 100644 index 0000000..a2af2fa --- /dev/null +++ b/CODEOWNERS @@ -0,0 +1 @@ +* @valitydev/java