Rush has submitted this change and it was merged.

Change subject: Phab: Adjust naming of PATCH_TO_REVIEW Bugzilla status in 
conversion
......................................................................


Phab: Adjust naming of PATCH_TO_REVIEW Bugzilla status in conversion

Change-Id: Ibe73f6de67b165c9b8992439a1dd7ab5d1ca756c
---
M bugzilla_create.py
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Rush: Verified; Looks good to me, approved



diff --git a/bugzilla_create.py b/bugzilla_create.py
index 873637f..af1e8aa 100755
--- a/bugzilla_create.py
+++ b/bugzilla_create.py
@@ -130,7 +130,7 @@
             d.write(str(json.dumps(buginfo)))
 
     if buginfo['status'].lower() == 'patch_to_review':
-        ptags.append(('patch_to_review', 'tags', 'green'))
+        ptags.append(('Patch-For-Review', 'tags', 'green'))
 
     if buginfo['status'] == 'verified':
         ptags.append(('verified', 'tags'))

-- 
To view, visit https://gerrit.wikimedia.org/r/172757
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: Ibe73f6de67b165c9b8992439a1dd7ab5d1ca756c
Gerrit-PatchSet: 1
Gerrit-Project: phabricator/tools
Gerrit-Branch: master
Gerrit-Owner: Aklapper <[email protected]>
Gerrit-Reviewer: Chasemp <[email protected]>
Gerrit-Reviewer: Rush <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to