Skip to content

Commit

Permalink
Fix settings
Browse files Browse the repository at this point in the history
  • Loading branch information
acovaci committed May 16, 2024
1 parent 9542b7f commit 31ab595
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,16 +56,17 @@ collaborators:
- username: scarab5q

branches:
- name: "main"
- name: main
protection:
required_pull_request_reviews:
required_approving_review_count: 1
dismiss_stale_reviews: true
require_code_owner_reviews: true

required_status_checks:
strict: true
contexts: ["build", "pre-commit"]
enforce_admins: false
contexts:
- pre-commit
- build
enforce_admins: true
required_linear_history: true
restrictions: null

0 comments on commit 31ab595

Please sign in to comment.