Skip to content

Let bors cut body after <details> - #74

Merged
bors[bot] merged 1 commit into
rust-cli:masterfrom
matthiasbeyer:bors-cut-body-after-details
Oct 9, 2022
Merged

Let bors cut body after <details>#74
bors[bot] merged 1 commit into
rust-cli:masterfrom
matthiasbeyer:bors-cut-body-after-details

Conversation

@matthiasbeyer

@matthiasbeyermatthiasbeyer commented Oct 9, 2022

Copy link
Copy Markdown
Member

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.

@matthiasbeyer

Copy link
Copy Markdown
MemberAuthor

bors merge

borsBot added a commit that referenced this pull request Oct 9, 2022
74: Let bors cut body after <details> r=matthiasbeyer a=matthiasbeyer
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 `
Co-authored-by: Matthias Beyer <mail@beyermatthias.de>
@bors

borsBot commented Oct 9, 2022

Copy link
Copy Markdown
Contributor

Build failed:

@matthiasbeyer

Copy link
Copy Markdown
MemberAuthor

Running into #70 here I guess

@petreeftime

Copy link
Copy Markdown
Collaborator

This bug is super annoying. I don't know what to do to reproduce it. I tried to run it directly on my machine, inside an Ubuntu 20.04 VM, as well as trying to run it inside an Ubuntu 20.04 container, looping 1000x each, and it never reproduced for me.

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>
@matthiasbeyer
matthiasbeyerforce-pushed the bors-cut-body-after-details branch from fab801b to 5a2451fCompareOctober 9, 2022 12:22
@matthiasbeyer

Copy link
Copy Markdown
MemberAuthor

bors merge

@bors

borsBot commented Oct 9, 2022

Copy link
Copy Markdown
Contributor

Build succeeded:

@bors
borsBot merged commit b94b980 into rust-cli:masterOct 9, 2022
@matthiasbeyer
matthiasbeyer deleted the bors-cut-body-after-details branch October 9, 2022 12:25
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@matthiasbeyer@petreeftime