Skip to content

Commit

Permalink
Let bors cut body after <details>
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
matthiasbeyer committed Oct 9, 2022
1 parent 11f81df commit 4922ef1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bors.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ status = [
"CI"
]

cut_body_after = "---"
cut_body_after = "<details>"

delete_merged_branches = true

0 comments on commit 4922ef1

Please sign in to comment.