Commit d658ccaa authored by morgan's avatar morgan 😸
Browse files

Update fetch_changelogs.py script to handle label rename

parent 6867368f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -130,7 +130,7 @@ class ChangelogBuilder:
        if issue_or_version[0] == "#":
            self._fetch_issue(issue_or_version[1:], is_mullvad)
            return
        labels = "Release Prep"
        labels = "Apps::Type::ReleasePreparation"
        if is_mullvad:
            labels += ",Sponsor 131"
        elif not is_mullvad and is_mullvad is not None: