Skip to content

Commit 5a2451f

Browse files
committed
Let bors cut body after <details>
This was set to "---" because I thought it would make life easier for contributors to use the markdown line "---". It turned out, though, that dependabot uses a "<details>" tag and puts a lot of HTML in there. We really don't want that in our merge messages. So this patch changes bors configuration to cut the merge message after the "<details>" tag. Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
1 parent 2151dab commit 5a2451f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bors.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ status = [
33
"CI"
44
]
55

6-
cut_body_after = "---"
6+
cut_body_after = "<details>"
77

88
delete_merged_branches = true
99

0 commit comments

Comments
 (0)