Skip to content

Commit 921c9a0

Browse files
committed
fix: 📚 Fix typo in branch protection configuration (require_linear_history to required_linear_history)
1 parent 4578aea commit 921c9a0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

‎docs/github-settings/5. branch-protection.md‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ branches:
2424
require_code_owner_reviews: true
2525
require_last_push_approval: true
2626
required_signatures: true
27-
require_linear_history: false
27+
required_linear_history: false
2828
bypass_pull_request_allowances:
2929
apps:
3030
- Jarvis
@@ -226,7 +226,7 @@ branches:
226226
branches:
227227
- name: default
228228
protection:
229-
require_linear_history: false
229+
required_linear_history: false
230230
...
231231
```
232232

0 commit comments

Comments
 (0)