mbox series

[b4,0/2] trailers: accept recognized link trailers + "Closes"

Message ID 20230525-closes-tags-v1-0-ed41b1773cb6@tessares.net (mailing list archive)
Headers show
Series trailers: accept recognized link trailers + "Closes" | expand

Message

Matthieu Baerts May 25, 2023, 8:10 p.m. UTC
Nick reported in [1] that Closes tags were not picked up by b4 when
updating trailers.

In fact, it looks like that even Link ones were not picked up. (Or at
least it was not working when I was testing it :) ).

With this series, Link, BugLink and Closes tags are now automatically
added when available in follow-up comments.

Link: https://lore.kernel.org/all/CAKwvOdm=Zk8YhrPptN3k7UQo+1n7Ws=Qox=BwTR9bbjPJJYz8A@mail.gmail.com/ [1]
Signed-off-by: Matthieu Baerts <matthieu.baerts@tessares.net>
---
Matthieu Baerts (2):
      trailers: accept recognized link trailers
      trailers: add 'Closes' as recognized link trailer

 b4/__init__.py                                           | 8 +++++---
 tests/samples/trailers-thread-with-cover-followup.mbox   | 2 ++
 tests/samples/trailers-thread-with-cover-followup.verify | 2 ++
 3 files changed, 9 insertions(+), 3 deletions(-)
---
base-commit: bfdf5b3b0835c8c351abbcd9b3b5268acf6545fa
change-id: 20230525-closes-tags-49d25abf4c24

Best regards,

Comments

Konstantin Ryabitsev May 26, 2023, 5:46 p.m. UTC | #1
On Thu, 25 May 2023 22:10:35 +0200, Matthieu Baerts wrote:
> Nick reported in [1] that Closes tags were not picked up by b4 when
> updating trailers.
> 
> In fact, it looks like that even Link ones were not picked up. (Or at
> least it was not working when I was testing it :) ).
> 
> With this series, Link, BugLink and Closes tags are now automatically
> added when available in follow-up comments.
> 
> [...]

Applied, thanks!

[1/2] trailers: accept recognized link trailers
      commit: 0a6be433883dee544b991e218e0f505dba356a88
[2/2] trailers: add 'Closes' as recognized link trailer
      commit: d21bd9e7ff99736818af68b99d36a8e77889132d

Best regards,