Commit 0ad98481 authored by morgan's avatar morgan 😸
Browse files

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
parent 916ae016
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -213,4 +213,4 @@ This step will send the relevant branches, tags (including a tag named after the
/label ~"Apps::Product::MullvadBrowser"
/label ~"Apps::Impact::High"
/label ~"Priority::Blocker"
/label ~"Project 131"
/label ~"Project 196"
+1 −1
Original line number Diff line number Diff line
@@ -227,4 +227,4 @@ This step will send the relevant branches, tags (including a tag named after the
/label ~"Apps::Product::MullvadBrowser"
/label ~"Apps::Impact::High"
/label ~"Priority::Blocker"
/label ~"Project 131"
/label ~"Project 196"
+1 −1
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@ GITLAB = "https://gitlab.torproject.org"
API_URL = f"{GITLAB}/api/v4"
PROJECT_ID = 473
AUTH_HEADER = "PRIVATE-TOKEN"
MB_LABEL = "Project 131"
MB_LABEL = "Project 196"


class EntryType(enum.IntFlag):