-
Notifications
You must be signed in to change notification settings - Fork 24
Synchronize GitHub labels between repositories #14
Comments
@froschdesign IMHO, It would be much easier if we define here all label set and then write the script to update the labels in all repositories. We can use script you provided or write simply script (using https://github.com/KnpLabs/php-github-api) to update labels from template for all repos. So it would be generic script and everyone would be able to use it for own repository if needed :) |
I've wrote script to fetch all labels and generate html table with them: Result for And here is it for Not sure if it will be possible to set the same labels for all repositories. @froschdesign any thoughts? |
@webimpress
Very nice idea!
Why not? The solution should be as simple as possible. It is not necessary to use all labels, but we should have the same labels in all repositories. |
Are you going then propose list of common labels? 😄
Have you seen https://webimpress.github.io/github-labels/zendframework.html? |
I will create a list.
Sorry, I mean not all labels from all repositories. I mean only all relevant labels should be synchronize for all repositories. |
My suggestion:
|
What about "wontfix" |
Just forget. I updated the list. |
Another suggestion, maybe we can have consistent label texts, for example, now we have:
maybe |
I think we can and should remove the label "easy fix". The label can be replaced with "good first issue" and "help wanted", because these labels are supported by GitHub and the wording is much better for the end user and what he can do. |
The new component zend-expressive-session-cache includes already some descriptions for the labels: https://github.com/zendframework/zend-expressive-session-cache/labels |
Problem
At the moment we must add and edit all the labels with name and color (code) by hand. This results in different labels across the entire "zendframework" account.
Target
Suggestion
Synchronize all labels between the different repositories by script.
And if we do not want to reinvent the wheel: Piwik already has a script.
The text was updated successfully, but these errors were encountered: