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
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,12 @@ repository:
# Either `true` to allow automatically deleting head branches
# when pull requests are merged, or `false` to prevent automatic deletion.
# Default: `false`
delete_branch_on_merge: true
delete_branch_on_merge: true

# Either `true` to allow update branch on pull requests,
# or `false` to disallow update branch.
# Default: `false`
allow_update_branch: true

# Whether to archive this repository. false will unarchive a previously archived repository.
archived: false
Expand Down
7 changes: 6 additions & 1 deletion docs/sample-settings/settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,12 @@
# Either `true` to allow automatically deleting head branches
# when pull requests are merged, or `false` to prevent automatic deletion.
# Default: `false`
#delete_branch_on_merge: true
#delete_branch_on_merge: true

# Either `true` to allow update branch on pull requests,
# or `false` to disallow update branch.
# Default: `false`
# allow_update_branch: true

# The following attributes are applied to any repo within the org
# So if a repo is not listed above is created or edited
Expand Down
7 changes: 6 additions & 1 deletion docs/sample-settings/suborg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,12 @@ suborgteams:
# Either `true` to allow automatically deleting head branches
# when pull requests are merged, or `false` to prevent automatic deletion.
# Default: `false`
#delete_branch_on_merge: true
#delete_branch_on_merge: true

# Either `true` to allow update branch on pull requests,
# or `false` to disallow update branch.
# Default: `false`
# allow_update_branch: true

# The following attributes are applied to any repo within the org
# So if a repo is not listed above is created or edited
Expand Down