-
Notifications
You must be signed in to change notification settings - Fork 0
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
Write or identify tooling for maintaining consistent labels across multiple repositories #270
Comments
https://medium.com/@dave_lunny/sane-github-labels-c5d2e6004b63 has some interesting thoughts on label taxonomy, which is somewhat related to this issue. |
There is a label-syncer action for GitHub workflows that seems recently maintained. It's in use by a number of projects. I've submitted a pull request to allow label renaming, which I think we'll need if we decide to adopt a more consistent taxonomy: |
This will be very helpful once we resolve #241 (because we can propagate sizing labels to all our repositories). |
https://seantrane.com/posts/logical-colorful-github-labels-18230/ also has some interesting thoughts on both taxonomy and color |
https://github.com/Financial-Times/github-label-sync#configuration seems a little more feature-complete already |
Propose a new spec that desacribes a common label taxonomy to be applied to (all/many of) our GitHub repositories. This will permit us to more effectively use labels as part of our planning process. Part of CCI-MOC/ops-issues#270
This repository contains the standard label taxonomy for MOC repositories as well as tooling to apply the taxonomy to selected repositories. Part of CCI-MOC/ops-issues#270
This image is used by MOC GitHub workflows that interact with our GitHub repositories. Part of CCI-MOC/ops-issues#270
This repository contains the standard label taxonomy for MOC repositories as well as tooling to apply the taxonomy to selected repositories. Part of CCI-MOC/ops-issues#270
To summarize the related changes here:
|
Propose a new spec that desacribes a common label taxonomy to be applied to (all/many of) our GitHub repositories. This will permit us to more effectively use labels as part of our planning process. Part of CCI-MOC/ops-issues#270
@larsks sounds like we should update our taxonomy to include our size labels. Are there any other taxonomy updates we should make? |
Agree re: adding |
As the taxonomy page modifies some of the labels that already exist such as |
The policy document is authoritative. The moc-labels repository contains an implementation (that we're not currently using); documentation there is informative ("this is what this code does"), but it's not a policy. |
@larsks I can work on deploying https://github.com/Financial-Times/github-label-sync if it's okay with you? |
@hakasapl I'm not sure I actually want to go that route. Let me add some updates to this issue this afternoon about alternate tooling. |
We want to use labels for project planning, but labels are local per repository. We need a tool for ensuring that all of our repositories share at least a base set of labels. There are three major subtasks to complete for this issue:
The text was updated successfully, but these errors were encountered: