Skip to content

Commit

Permalink
Merge #90
Browse files Browse the repository at this point in the history
90: bors: cut PR description at the first thematic break r=disruptek a=alaviss

After the thematic break, the information typically stops being related
to the PR itself (for example, dependabot command lists). Thus cut the
body there to avoid introducing junk into the merge commit.

Co-authored-by: Leorize <leorize+oss@disroot.org>
  • Loading branch information
bors[bot] and alaviss authored Dec 2, 2021
2 parents 85f6cac + ea7539c commit 143a0a3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions bors.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,7 @@ status = [
pr_status = [
"PR has only one commit"
]

# When turning PR into commit message, consider the body ends at the first
# thematic break.
cut_body_after = "---"

0 comments on commit 143a0a3

Please sign in to comment.