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/.*"