You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Managing consistent labels across repositories is cumbersome in the UI. This can be done better by having some kind of version-controlled configuration of the labels in git (as a yaml file or something like that) and use the GitHub API to update labels. This can be particular useful for managing descriptions and colors in a consitsten way.
Such automation has to take into account to not remove labels from existing issues when modifying label attributes.
Managing consistent labels across repositories is cumbersome in the UI. This can be done better by having some kind of version-controlled configuration of the labels in git (as a yaml file or something like that) and use the GitHub API to update labels. This can be particular useful for managing descriptions and colors in a consitsten way.
Such automation has to take into account to not remove labels from existing issues when modifying label attributes.
This is a follow up to ADR-24.
The text was updated successfully, but these errors were encountered: