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

rename fails when previousNames matches more than one label #7

Open
Xiphe opened this issue Sep 9, 2016 · 1 comment
Open

rename fails when previousNames matches more than one label #7

Xiphe opened this issue Sep 9, 2016 · 1 comment
Labels
type: bug something went wrong here

Comments

@Xiphe
Copy link
Owner

Xiphe commented Sep 9, 2016

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 Xiphe added the type: bug something went wrong here label Sep 9, 2016
@Xiphe Xiphe added this to the v1 milestone Sep 9, 2016
@Xiphe
Copy link
Owner Author

Xiphe commented Sep 9, 2016

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug something went wrong here
Projects
None yet
Development

No branches or pull requests

1 participant