core icon indicating copy to clipboard operation
core copied to clipboard

Gracefully handle invalid team labels in `teams.json` when auto-creating package upgrade tickets

Open mcmire opened this issue 8 months ago • 0 comments

When a new major version of a package is released, a workflow kicks off to create tickets in metamask-extension and metamask-mobile automatically. Tickets will get automatically assigned a label based on the mapping in teams.json.

However, if any of the labels in teams.json is invalid, then creating a ticket will fail. The workflow should create the ticket anyway but without a label, and then we can assign one manually.

mcmire avatar Jun 18 '25 23:06 mcmire