watch for open patches with release notes

Change-Id: I998caf4d601d536f2afa46b0631da92406883869
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
This commit is contained in:
Doug Hellmann 2017-08-04 10:20:42 -04:00
parent 35328ef837
commit 8ba00903af

View File

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