File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -357,8 +357,7 @@ def main():
357357 print "I've re-written the title as follows to match the standard format:"
358358 print "Original: %s" % pr ["title" ]
359359 print "Modified: %s" % standardize_jira_ref (pr ["title" ])
360- prompt = "Would you like to use the modified title?"
361- result = raw_input ("%s (y/n): " % prompt )
360+ result = raw_input ("Would you like to use the modified title? (y/n): " )
362361 if result .lower () == "y" :
363362 title = standardize_jira_ref (pr ["title" ])
364363 print "Using modified title:"
@@ -367,7 +366,6 @@ def main():
367366 print "Using original title:"
368367 print title
369368
370- title = standardize_jira_ref (pr ["title" ])
371369 body = pr ["body" ]
372370 target_ref = pr ["base" ]["ref" ]
373371 user_login = pr ["user" ]["login" ]
You can’t perform that action at this time.
0 commit comments