From 8b60045aa23e79e585f318a82a96c343db785fb7 Mon Sep 17 00:00:00 2001 From: Aleksey Kashapov Date: Thu, 30 Jan 2025 13:21:20 +0300 Subject: [PATCH 1/3] Bumps valitydev/erlang-workflows@v1.0.15 --- .github/workflows/erlang-checks.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/erlang-checks.yaml b/.github/workflows/erlang-checks.yaml index 1363c9f..07b9017 100644 --- a/.github/workflows/erlang-checks.yaml +++ b/.github/workflows/erlang-checks.yaml @@ -30,7 +30,7 @@ jobs: run: name: Run checks needs: setup - uses: valitydev/erlang-workflows/.github/workflows/erlang-parallel-build.yml@v1.0.12 + uses: valitydev/erlang-workflows/.github/workflows/erlang-parallel-build.yml@v1.0.17 with: otp-version: ${{ needs.setup.outputs.otp-version }} rebar-version: ${{ needs.setup.outputs.rebar-version }} @@ -38,3 +38,4 @@ jobs: thrift-version: ${{ needs.setup.outputs.thrift-version }} run-ct-with-compose: true cache-version: v2 + upload-coverage: false From 7ecebf7548cd07f20994001c0839f5d04bc45ea2 Mon Sep 17 00:00:00 2001 From: Aleksey Kashapov Date: Thu, 30 Jan 2025 14:25:34 +0300 Subject: [PATCH 2/3] Unrequires codecov checks success --- .github/settings.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/settings.yml b/.github/settings.yml index 2b2979e..c79a5a9 100644 --- a/.github/settings.yml +++ b/.github/settings.yml @@ -34,10 +34,6 @@ branches: 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 From 8b1b2c58ea1029709afd5309accb9789a6622517 Mon Sep 17 00:00:00 2001 From: Aleksey Kashapov Date: Fri, 31 Jan 2025 11:10:22 +0300 Subject: [PATCH 3/3] Removes obsolete CI settings --- .github/settings.yml | 40 ---------------------------------------- 1 file changed, 40 deletions(-) diff --git a/.github/settings.yml b/.github/settings.yml index c79a5a9..9267e7d 100644 --- a/.github/settings.yml +++ b/.github/settings.yml @@ -1,42 +1,2 @@ # 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 - enforce_admins: false - required_conversation_resolution: false - required_linear_history: true - restrictions: null - allow_force_pushes: false - allow_deletions: false