mirror of
https://github.com/valitydev/configurations.git
synced 2024-11-06 01:45:23 +00:00
OPS-75: Custom probot settings for erlang team (#48)
* custom probot settings for erlang team * don't enforce admins
This commit is contained in:
parent
7fcb9c265d
commit
d3428e512e
6
.github/sync.yml
vendored
6
.github/sync.yml
vendored
@ -312,3 +312,9 @@ group:
|
||||
valitydev/webhook-dispatcher
|
||||
valitydev/woody_java
|
||||
valitydev/xrates
|
||||
- id: erlang
|
||||
files:
|
||||
- source: erlang/.github/settings.yml
|
||||
dest: .github/settings.yml
|
||||
replace: true
|
||||
repos: []
|
||||
|
4
.github/workflows/sync-repo-list.yml
vendored
4
.github/workflows/sync-repo-list.yml
vendored
@ -30,6 +30,10 @@ jobs:
|
||||
languages: >-
|
||||
java
|
||||
kotlin
|
||||
|
||||
- group: erlang
|
||||
languages: >-
|
||||
erlang
|
||||
steps:
|
||||
- name: ⤵️ Check out code
|
||||
uses: actions/checkout@v3
|
||||
|
46
erlang/.github/settings.yml
vendored
Normal file
46
erlang/.github/settings.yml
vendored
Normal file
@ -0,0 +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
|
Loading…
Reference in New Issue
Block a user