morgan pushed to branch main at The Tor Project / Applications / 
tor-browser-build


Commits:
5628696f by Morgan at 2026-01-29T18:37:42+00:00
Fix missing '$' character in new issue creation link in 
generate-bugzilla-triage script

- - - - -


1 changed file:

- tools/browser/generate-bugzilla-triage-csv


Changes:

=====================================
tools/browser/generate-bugzilla-triage-csv
=====================================
@@ -230,7 +230,7 @@ jq '. | sort_by([.product, .component, .id])[] | 
"\(.id)|\(.product)|\(.componen
         # review issue title
         new_issue_title=$(url_encode "Review Mozilla ${id}: ${summary_short}")
         # review issue description + labeling (14.0 stable, FF128-esr, Next)
-        new_issue_description=$(url_encode "### Bugzilla: 
${bugzilla_url}")%0A$(url_encode "/label ~\"${browser_label}\" 
~\"${esr_label}\" ~\"${priority_label}\" ~\"${impact_label}\" 
~\"${type_label}\"")%0A$(url_encode "/milestone 
%\"{milestone}\"")%0A$(url_encode "/relate 
tpo/applications/tor-browser#${audit_issue}")%0A%0A$(url_encode "<!-- briefly 
describe why this issue needs further review -->")%0A
+        new_issue_description=$(url_encode "### Bugzilla: 
${bugzilla_url}")%0A$(url_encode "/label ~\"${browser_label}\" 
~\"${esr_label}\" ~\"${priority_label}\" ~\"${impact_label}\" 
~\"${type_label}\"")%0A$(url_encode "/milestone 
%\"${milestone}\"")%0A$(url_encode "/relate 
tpo/applications/tor-browser#${audit_issue}")%0A%0A$(url_encode "<!-- briefly 
describe why this issue needs further review -->")%0A
 
         # url which create's new issue with title and description pre-populated
         
new_issue_url="https://gitlab.torproject.org/tpo/applications/tor-browser/-/issues/new?issue[title]=${new_issue_title}&issue[description]=${new_issue_description}";



View it on GitLab: 
https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/5628696f16c535e5e21903314a867726635d000e

-- 
View it on GitLab: 
https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/5628696f16c535e5e21903314a867726635d000e
You're receiving this email because of your account on gitlab.torproject.org.


_______________________________________________
tor-commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to