From 8ba00903afdf1877ec63814cc6f718c7864cf314 Mon Sep 17 00:00:00 2001 From: Doug Hellmann Date: Fri, 4 Aug 2017 10:20:42 -0400 Subject: [PATCH] watch for open patches with release notes Change-Id: I998caf4d601d536f2afa46b0631da92406883869 Signed-off-by: Doug Hellmann --- watched_queries.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/watched_queries.yml b/watched_queries.yml index aa9a4466bc..8ee9fa6df3 100644 --- a/watched_queries.yml +++ b/watched_queries.yml @@ -34,3 +34,5 @@ queries: query: "is:open branch:{branch} project:{project} owner:proposal-bot" - title: Documentation patches query: "is:open branch:{branch} project:{project} path:^doc/source/.*" + - title: Patches with release notes + query: "is:open branch:{branch} project:{project} path:^releasenotes/.*"