Skip to content

Commit

Permalink
feat: add settings.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pquadri committed Sep 5, 2024
1 parent a1212e4 commit ff42bd4
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions .github/settings.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
branches:
- name: main
protection:
required_status_checks:
strict: true
contexts: []
required_pull_request_reviews:
dismiss_stale_reviews: true
require_code_owner_reviews: true
required_approving_review_count: 1
restrictions: null
enforce_admins: true
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
tags-ignore:
- "*.*.*"

name: tests
name: ci

concurrency:
group: tests
Expand Down

0 comments on commit ff42bd4

Please sign in to comment.