From 4a31ed4709fd9b970c7af5266101bc4b28310e52 Mon Sep 17 00:00:00 2001 From: Ghanshyam Mann Date: Fri, 19 Nov 2021 10:54:42 -0600 Subject: [PATCH] Add 'goal-proposal' topic vote in review check status tool 'goal-proposal' is not present in review check status tool, adding it with the merging criteria defined in house rules - https://governance.openstack.org/tc/reference/house-rules.html#community-wide-goal-proposals Change-Id: Ief8b3b145600990961be90b913868a41615e59eb --- tools/check_review_status.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/check_review_status.py b/tools/check_review_status.py index e4f1bf8bd..7e0020b98 100755 --- a/tools/check_review_status.py +++ b/tools/check_review_status.py @@ -315,11 +315,13 @@ def get_one_status(change, delegates, tc_members): can_approve = ',\n'.join(parts) elif topic in ( + 'goal-proposal', 'code-change', 'documentation-change', 'election-results', 'typo-fix', ): + # https://governance.openstack.org/tc/reference/house-rules.html#community-wide-goal-proposals # https://governance.openstack.org/tc/reference/house-rules.html#code-changes # https://governance.openstack.org/tc/reference/house-rules.html#documentation-changes # https://governance.openstack.org/tc/reference/house-rules.html#election-results