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

rename fails when previousNames matches more than one label

Open Xiphe opened this issue 9 years ago • 1 comments
trafficstars

Given I have two labels "foo" and "bar" And I want to rename them with

{
  "previousNames": [
    "foo",
    "bar"
  ],
  "name": "Foo",
  "color": "..."
}

Then I expect to have one label "Foo" after labels have been synced But I see an error

[ insert error here ]

cc @KlausTrainer

Xiphe avatar Sep 09 '16 14:09 Xiphe

this is partially a feature since merging of two labels to one is (intentionally) not possible right now

Xiphe avatar Sep 09 '16 14:09 Xiphe