chore(ci): Skip branch protections

This commit is contained in:
Ed Page 2024-04-01 12:31:49 -05:00
parent dc3e937fc6
commit 2570b58a0f

26
.github/settings.yml vendored
View file

@ -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