Skip to content

Commit

Permalink
Comment out values
Browse files Browse the repository at this point in the history
  • Loading branch information
chartgerink committed Apr 22, 2024
1 parent f2ab183 commit fcc611b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,17 @@ repository:
allow_squash_merge: true
default_branch: main
delete_branch_on_merge: true
has_discussions: false
# has_discussions: false
has_issues: true
has_projects: false
has_wiki: false
private: false
# has_projects: false
# has_wiki: false
# private: false
branches:
- name: main
# https://docs.github.com/en/rest/reference/repos#update-branch-protection
protection:
required_pull_request_reviews:
required_approving_review_count: 1 # (1-6)
required_approving_review_count: 0 # (1-6; optionally 0)
dismiss_stale_reviews: true
require_code_owner_reviews: false
required_status_checks:
Expand Down

0 comments on commit fcc611b

Please sign in to comment.