From 0c8a7234bff9cd910107510f80733e36ed935b8b Mon Sep 17 00:00:00 2001 From: undefined Date: Tue, 29 Mar 2022 01:11:44 +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 4f5395667e345cc38e8e56dfadd6b088f12ee879 Mon Sep 17 00:00:00 2001 From: undefined Date: Tue, 29 Mar 2022 01:11:44 +0000 Subject: [PATCH 2/4] =?UTF-8?q?=F0=9F=94=84=20Synced=20local=20'LICENSE'?= =?UTF-8?q?=20with=20remote=20'LICENSE'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- LICENSE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LICENSE b/LICENSE index 2bb9ad2..d9a10c0 100644 --- a/LICENSE +++ b/LICENSE @@ -173,4 +173,4 @@ incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability. - END OF TERMS AND CONDITIONS \ No newline at end of file + END OF TERMS AND CONDITIONS From 6447c7424deea2e8ad69d2d9bc6d89a17c8a4400 Mon Sep 17 00:00:00 2001 From: undefined Date: Tue, 29 Mar 2022 01:11:44 +0000 Subject: [PATCH 3/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 04c35334b36405ef620ddb2ba78b4aff57644e94 Mon Sep 17 00:00:00 2001 From: undefined Date: Tue, 29 Mar 2022 01:11:44 +0000 Subject: [PATCH 4/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