Aklapper has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/172757

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(-)


  git pull ssh://gerrit.wikimedia.org:29418/phabricator/tools 
refs/changes/57/172757/1

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: newchange
Gerrit-Change-Id: Ibe73f6de67b165c9b8992439a1dd7ab5d1ca756c
Gerrit-PatchSet: 1
Gerrit-Project: phabricator/tools
Gerrit-Branch: master
Gerrit-Owner: Aklapper <aklap...@wikimedia.org>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to