Skip to content

Commit

Permalink
add settings.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
joshwlambert committed Oct 10, 2024
1 parent 3bc5c91 commit 23cf1d6
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/settings.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
repository:
# https://probot.github.io/apps/settings/
allow_merge_commit: false
allow_rebase_merge: true
allow_squash_merge: true
default_branch: main
delete_branch_on_merge: true
# has_discussions: false
has_issues: true
# 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: 0 # (1-6; optionally 0)
dismiss_stale_reviews: true
require_code_owner_reviews: false
required_status_checks:
strict: true

0 comments on commit 23cf1d6

Please sign in to comment.