aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJakub Kicinski <kuba@kernel.org>2022-06-24 11:39:03 -0700
committerDaniel Borkmann <daniel@iogearbox.net>2022-06-27 21:13:40 +0200
commitb7b90ddea0a9df8d9c322538bb028abf1efd306b (patch)
treef595c0395d8f57ae200123197322d384a68ea098
parent336fff47c3d1775eed52e2ad1dc6e318eec92d69 (diff)
downloadpw-b7b90ddea0a9df8d9c322538bb028abf1efd306b.tar.gz
pw-apply: Propagate Tested-by tags
Propagate Tested-by tags from cover letter replies to each individual email. Signed-off-by: Jakub Kicinski <kuba@kernel.org> Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
-rwxr-xr-xpw-apply2
1 files changed, 1 insertions, 1 deletions
diff --git a/pw-apply b/pw-apply
index 43cdb5d..350a819 100755
--- a/pw-apply
+++ b/pw-apply
@@ -56,7 +56,7 @@ set_cover_tags()
[ "$link" == "null" ] && return
tags=$(echo -e "$(curl -s $link | jq -r '.[].content')" |
- sed -n '/\(Ack\|Review\)ed-[Bb]y:/p')
+ sed -n '/\(Ack\|Review\|Test\)ed-[Bb]y:/p')
export ADD_TAGS="$tags"
}