Skip to content

Commit

Permalink
update references to have allow_update_branch (#560)
Browse files Browse the repository at this point in the history
* Update README.md

Update README.md to add allow_update_branch

* Update settings.yml

* Update suborg.yml
  • Loading branch information
bheemvennapureddy authored Feb 6, 2024
1 parent 6c297f2 commit 94b3349
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 deletions.
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

0 comments on commit 94b3349

Please sign in to comment.