Commit 0a1ac23a authored by MickeyMoz's avatar MickeyMoz
Browse files

Merge #4112



4112: Issue #1200: Correctly order items in bors.toml. r=jonalmeida a=pocmo

Oops. Accidentally added some config flags under the `commiter` group.



Co-authored-by: default avatarSebastian Kaspari <s.kaspari@gmail.com>
parents 47008bdc b609e46d
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -5,9 +5,9 @@ block_labels = [
  "blocked",
  "work in progress"
]
[committer]
name = "MickeyMoz"
email = "sebastian@mozilla.com"
required_approvals = 1
delete_merged_branches = true
cut_body_after = "---"
[committer]
name = "MickeyMoz"
email = "sebastian@mozilla.com"
 No newline at end of file