mirror of
https://github.com/crate-ci/typos.git
synced 2024-11-22 00:51:11 -05:00
chore(ci): Skip branch protections
This commit is contained in:
parent
dc3e937fc6
commit
2570b58a0f
1 changed files with 15 additions and 11 deletions
26
.github/settings.yml
vendored
26
.github/settings.yml
vendored
|
@ -42,14 +42,18 @@ labels:
|
||||||
color: '#c2e0c6'
|
color: '#c2e0c6'
|
||||||
description: "Help wanted!"
|
description: "Help wanted!"
|
||||||
|
|
||||||
branches:
|
# This serves more as documentation.
|
||||||
- name: main
|
# Branch protection API was replaced by rulesets but settings isn't updated.
|
||||||
protection:
|
# See https://github.com/repository-settings/app/issues/825
|
||||||
required_pull_request_reviews: null
|
#
|
||||||
required_conversation_resolution: true
|
# branches:
|
||||||
required_status_checks:
|
# - name: main
|
||||||
# Required. Require branches to be up to date before merging.
|
# protection:
|
||||||
strict: false
|
# required_pull_request_reviews: null
|
||||||
contexts: ["CI", "Lint Commits", "Spell Check with Typos"]
|
# required_conversation_resolution: true
|
||||||
enforce_admins: false
|
# required_status_checks:
|
||||||
restrictions: null
|
# # Required. Require branches to be up to date before merging.
|
||||||
|
# strict: false
|
||||||
|
# contexts: ["CI", "Lint Commits", "Spell Check with Typos"]
|
||||||
|
# enforce_admins: false
|
||||||
|
# restrictions: null
|
||||||
|
|
Loading…
Reference in a new issue