Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bumps valitydev/erlang-workflows@v1.0.17 #31

Merged
merged 3 commits into from
Jan 31, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
44 changes: 0 additions & 44 deletions .github/settings.yml
Original file line number Diff line number Diff line change
@@ -1,46 +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
- 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
3 changes: 2 additions & 1 deletion .github/workflows/erlang-checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,12 @@ 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 }}
use-thrift: true
thrift-version: ${{ needs.setup.outputs.thrift-version }}
run-ct-with-compose: true
cache-version: v2
upload-coverage: false
Loading