From 694ae83d973093b41bc76e4fb1c9f9f42fab5ce1 Mon Sep 17 00:00:00 2001 From: undefined Date: Mon, 13 Feb 2023 01:23:28 +0000 Subject: [PATCH 1/4] =?UTF-8?q?=F0=9F=94=84=20Synced=20local=20'.github/wo?= =?UTF-8?q?rkflows/basic-linters.yml'=20with=20remote=20'workflows/base/ba?= =?UTF-8?q?sic-linters.yml'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/basic-linters.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/basic-linters.yml b/.github/workflows/basic-linters.yml index 60b10c5..6114f14 100644 --- a/.github/workflows/basic-linters.yml +++ b/.github/workflows/basic-linters.yml @@ -3,12 +3,7 @@ name: Vality basic linters on: pull_request: branches: - - master - - main - push: - branches: - - master - - main + - "*" jobs: lint: From 5cd6e8aa55e8eb592300458c60dd826deccfbc3e Mon Sep 17 00:00:00 2001 From: undefined Date: Mon, 13 Feb 2023 01:23:28 +0000 Subject: [PATCH 2/4] =?UTF-8?q?=F0=9F=94=84=20Created=20local=20'.github/s?= =?UTF-8?q?ettings.yml'=20from=20remote=20'.github/settings.yml'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/settings.yml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .github/settings.yml 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 From de89f34919c86a4b31743049bc720d5c946de512 Mon Sep 17 00:00:00 2001 From: undefined Date: Mon, 13 Feb 2023 01:23:28 +0000 Subject: [PATCH 3/4] =?UTF-8?q?=F0=9F=94=84=20Created=20local=20'CODEOWNER?= =?UTF-8?q?S'=20from=20remote=20'codeowners/java'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CODEOWNERS | 1 + 1 file changed, 1 insertion(+) create mode 100644 CODEOWNERS diff --git a/CODEOWNERS b/CODEOWNERS new file mode 100644 index 0000000..a2af2fa --- /dev/null +++ b/CODEOWNERS @@ -0,0 +1 @@ +* @valitydev/java From 1267a72803802554b2b199c138ef72b369123b18 Mon Sep 17 00:00:00 2001 From: undefined Date: Mon, 13 Feb 2023 01:23:28 +0000 Subject: [PATCH 4/4] =?UTF-8?q?=F0=9F=94=84=20Created=20local=20'.codecov.?= =?UTF-8?q?yml'=20from=20remote=20'java/.codecov.yml'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .codecov.yml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .codecov.yml 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%