Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -182,10 +182,10 @@ organization:
- ~DEFAULT_BRANCH
exclude: # OPTIONAL, DEFAULT empty
rules:
creation: false # OPTIONAL, DEFAULT true
update: false # OPTIONAL, DEFAULT true
creation: true # OPTIONAL, DEFAULT false
update: true # OPTIONAL, DEFAULT false
update_allows_fetch_and_merge: false # OPTIONAL, DEFAULT false
deletion: false # OPTIONAL, DEFAULT true
deletion: true # OPTIONAL, DEFAULT false
required_linear_history: true # OPTIONAL, DEFAULT false
required_signatures: true # OPTIONAL, DEFAULT false
pull_request: # OPTIONAL, DEFAULT empty MEANING does not require a pull request before merging
Expand Down
6 changes: 3 additions & 3 deletions test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ organization:
include:
- ~DEFAULT_BRANCH
rules:
creation: false
update: false
deletion: false
creation: true
update: true
deletion: true
pull_request:
required_approving_review_count: 0
required_linear_history: true
Expand Down