morgan pushed to branch main at The Tor Project / Applications / tor-browser-build
Commits:
-
94fff194
by Morgan at 2026-01-15T18:39:44+00:00
3 changed files:
- .gitlab/issue_templates/Release Prep - Mullvad Browser Alpha.md
- .gitlab/issue_templates/Release Prep - Mullvad Browser Stable.md
- tools/fetch_changelogs.py
Changes:
| ... | ... | @@ -213,4 +213,4 @@ This step will send the relevant branches, tags (including a tag named after the |
| 213 | 213 | /label ~"Apps::Product::MullvadBrowser"
|
| 214 | 214 | /label ~"Apps::Impact::High"
|
| 215 | 215 | /label ~"Priority::Blocker"
|
| 216 | -/label ~"Project 131" |
|
| 216 | +/label ~"Project 196" |
| ... | ... | @@ -223,4 +223,4 @@ This step will send the relevant branches, tags (including a tag named after the |
| 223 | 223 | /label ~"Apps::Product::MullvadBrowser"
|
| 224 | 224 | /label ~"Apps::Impact::High"
|
| 225 | 225 | /label ~"Priority::Blocker"
|
| 226 | -/label ~"Project 131" |
|
| 226 | +/label ~"Project 196" |
| ... | ... | @@ -13,7 +13,7 @@ GITLAB = "https://gitlab.torproject.org" |
| 13 | 13 | API_URL = f"{GITLAB}/api/v4"
|
| 14 | 14 | PROJECT_ID = 473
|
| 15 | 15 | AUTH_HEADER = "PRIVATE-TOKEN"
|
| 16 | -MB_LABEL = "Project 131"
|
|
| 16 | +MB_LABEL = "Project 196"
|
|
| 17 | 17 | |
| 18 | 18 | |
| 19 | 19 | class EntryType(enum.IntFlag):
|