releases/watched_queries.yml
melissaml e700061762 Rename review.openstack.org to review.opendev.org
There are many references to review.openstack.org, and while the
redirect should work, we can also go ahead and fix them.

Change-Id: I0d46b1a4e00c1775ea5e38d39e87bed99f6bbb2e
2019-05-12 04:33:25 +08:00

38 lines
1.3 KiB
YAML

---
# The template string shows how to format the info for each review.
# A review contains:
# {'_number': 490743,
# 'mergeable': True,
# 'subject': 'Updated from global requirements',
# 'project': 'openstack/congress',
# 'owner': {'_account_id': 11131},
# 'branch': 'master',
# 'insertions': 1,
# 'created': '2017-08-04 04:31:47.000000000',
# 'deletions': 1,
# 'id': 'openstack%2Fcongress~master~I52e06d42a25e1780984fbf37fe9cd2c7e4bc8a9f',
# 'hashtags': [],
# 'topic': 'openstack/requirements',
# 'status': 'NEW',
# 'updated': '2017-08-04 11:12:50.000000000',
# 'change_id': 'I52e06d42a25e1780984fbf37fe9cd2c7e4bc8a9f'}
template: |
[{status}] {subject}
Updated: {updated}
Topic: {topic}
https://review.opendev.org/{_number}
# The query items need a title, to be displayed above the output, and
# a query string. The query string can include {branch} and {project},
# which will be replaced with the full branch name and the git
# repository name respectively.
queries:
- title: Open patches from the proposal bot
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/.*"