Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Manage labels across repos and orgs #131

Open
bastelfreak opened this issue Apr 11, 2020 · 2 comments
Open

Manage labels across repos and orgs #131

bastelfreak opened this issue Apr 11, 2020 · 2 comments

Comments

@bastelfreak
Copy link
Member

We need to ensure that certain labels are present in a repository and also configured in the whole org: https://github.com/organizations/voxpupuli/settings/labels

@Flipez Flipez mentioned this issue Apr 26, 2020
@bastelfreak
Copy link
Member Author

bastelfreak commented Apr 26, 2020

A little bit of insights:

  • We need to sync all labels from all repos
  • We need to update labels if their colour and/or description does not match
  • We need to add labels that aren't configured at all in a repository

This is implemented in #135

ToDo:

In those cases a collaborator needs to:

  • Check if the label is used at any issue or pull-request
  • Decide if we need to drop the label from the repo, or
  • if it should be added to our yaml as new label, or
  • if it should be added as an alias to an existing label in our config

@Flipez
Copy link
Member

Flipez commented Apr 29, 2020

How do we want to migrate alias labels?

One idea would be to rename the alias to 'alias (deprecated)' and attach the original label to the PR or issue.

Another one would be to completely remove the alias and only attach the new one.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants