github-sync-labels-milestones icon indicating copy to clipboard operation
github-sync-labels-milestones copied to clipboard

Sync Labels and Milestones across Multiple repositories

Results 3 github-sync-labels-milestones issues
Sort by recently updated
recently updated
newest added

More of a question, but if a Label/Milestone already exists, should an error message be the only message that is returned? I found that I'd get this message: `{"message":"Validation Failed","errors":[{"resource":"Label","code":"already_exists","field":"name"}],"documentation_url":"https://developer.github.com/v3/issues/labels/#create-a-label"}`...

Hi GSLM team, we love your utility to manage labels and milestones for our large, expansive code base that spans more than 50 repos in different orgs in our GHE....

Given I have two labels "foo" and "bar" And I want to rename them with ``` json { "previousNames": [ "foo", "bar" ], "name": "Foo", "color": "..." } ``` Then...

type: bug