From b733272cc63b03a464e12b91e02102ee02ca6d6b Mon Sep 17 00:00:00 2001 From: undefined Date: Mon, 13 Feb 2023 01:15:01 +0000 Subject: [PATCH 1/4] =?UTF-8?q?=F0=9F=94=84=20Created=20local=20'.github/w?= =?UTF-8?q?orkflows/basic-linters.yml'=20from=20remote=20'workflows/base/b?= =?UTF-8?q?asic-linters.yml'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/basic-linters.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .github/workflows/basic-linters.yml 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 From 61d098f343046a3240999aa7a0454d8daa2d9047 Mon Sep 17 00:00:00 2001 From: undefined Date: Mon, 13 Feb 2023 01:15:01 +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 8923579ef4f51b068d19dfea1e3e14137c3934ec Mon Sep 17 00:00:00 2001 From: undefined Date: Mon, 13 Feb 2023 01:15:01 +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 8a387628147ca84f4d94aa3b331ad95abfa3d4bd Mon Sep 17 00:00:00 2001 From: undefined Date: Mon, 13 Feb 2023 01:15:01 +0000 Subject: [PATCH 4/4] =?UTF-8?q?=F0=9F=94=84=20Synced=20local=20'.github/se?= =?UTF-8?q?ttings.yml'=20with=20remote=20'erlang/.github/settings.yml'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/settings.yml | 44 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) diff --git a/.github/settings.yml b/.github/settings.yml index 9267e7d..2b2979e 100644 --- a/.github/settings.yml +++ b/.github/settings.yml @@ -1,2 +1,46 @@ # These settings are synced to GitHub by https://probot.github.io/apps/settings/ _extends: .github + +teams: + - name: devs + permission: push + - name: bots + permission: push + - name: maintainers + permission: push + - name: erlang + permission: maintain + +branches: + - name: "master" + # https://developer.github.com/v3/repos/branches/#update-branch-protection + # Branch Protection settings. Set to null to disable + protection: + required_pull_request_reviews: + required_approving_review_count: 1 + dismiss_stale_reviews: false + require_code_owner_reviews: true + dismissal_restrictions: {} + required_status_checks: + strict: true + checks: + - context: "Load .env" + app_id: 15368 + - context: "Run checks / Build" + app_id: 15368 + - context: "Run checks / Check" + app_id: 15368 + - context: "Run checks / Dialyze" + app_id: 15368 + - context: "Run checks / Test" + app_id: 15368 + - context: "codecov/patch" + app_id: 254 + - context: "codecov/project" + app_id: 254 + enforce_admins: false + required_conversation_resolution: false + required_linear_history: true + restrictions: null + allow_force_pushes: false + allow_deletions: false