[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[tor-commits] [Git][tpo/applications/tor-browser-build][main] Migrate Project 131 label to Project 196



Title: GitLab

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
    Migrate Project 131 label to Project 196
    
    - update Mullvad Browser Release Prep issue templates with new project label
    - update fetch_changelogs.py script to use new project label
    

3 changed files:

Changes:

  • .gitlab/issue_templates/Release Prep - Mullvad Browser Alpha.md
    ... ... @@ -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"

  • .gitlab/issue_templates/Release Prep - Mullvad Browser Stable.md
    ... ... @@ -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"

  • tools/fetch_changelogs.py
    ... ... @@ -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):
    

  • _______________________________________________
    tor-commits mailing list -- tor-commits@xxxxxxxxxxxxxxxxxxxx
    To unsubscribe send an email to tor-commits-leave@xxxxxxxxxxxxxxxxxxxx