mirror of
https://github.com/valitydev/woody_erlang.git
synced 2024-11-06 02:15:19 +00:00
🔄 Synced file(s) with valitydev/configurations (#5)
* 🔄 Created local '.github/workflows/basic-linters.yml' from remote 'workflows/base/basic-linters.yml' * 🔄 Synced local 'LICENSE' with remote 'LICENSE' * 🔄 Created local '.github/settings.yml' from remote '.github/settings.yml' * 🔄 Synced local '.github/settings.yml' with remote 'erlang/.github/settings.yml' Co-authored-by: Pavel Popov <tolkonepiu@users.noreply.github.com>
This commit is contained in:
parent
bc6ca1aa36
commit
2e8126d939
46
.github/settings.yml
vendored
Normal file
46
.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
|
10
.github/workflows/basic-linters.yml
vendored
Normal file
10
.github/workflows/basic-linters.yml
vendored
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
name: Vality basic linters
|
||||||
|
|
||||||
|
on:
|
||||||
|
pull_request:
|
||||||
|
branches:
|
||||||
|
- "*"
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
lint:
|
||||||
|
uses: valitydev/base-workflows/.github/workflows/basic-linters.yml@v1
|
2
LICENSE
2
LICENSE
@ -173,4 +173,4 @@
|
|||||||
incurred by, or claims asserted against, such Contributor by reason
|
incurred by, or claims asserted against, such Contributor by reason
|
||||||
of your accepting any such warranty or additional liability.
|
of your accepting any such warranty or additional liability.
|
||||||
|
|
||||||
END OF TERMS AND CONDITIONS
|
END OF TERMS AND CONDITIONS
|
||||||
|
Loading…
Reference in New Issue
Block a user