himynameisdave / git-labelmaker

:flags: Manage your GitHub labels from the command line!
MIT License
574 stars 33 forks source link

Nothing updated #90

Open Berkmann18 opened 6 years ago

Berkmann18 commented 6 years ago

I installed the package as a global one and followed the README, so I created a token with full repo access, I created all my labels but I can't find those labels nor do they appear in my labels when I go into a public repo.

Did I miss something or is this package not meant to work that way?

shellscape commented 5 years ago

I typically get this to work on most of my repos. However, I have run into a few where it does not work, and I can't seem to figure out the pattern for why it doesn't.

GregTheGreek commented 5 years ago

+1 does not seem to be working. I get Successfully created 31 labels put nothing happened. Also tried removing all existing labels and did not work. I got it to successfully work on one repo but doesn't work on others.

GregTheGreek commented 5 years ago

Im wondering if its becasue existing issues are open?

Berkmann18 commented 5 years ago

@GregTheGreek Perhaps, but I've used websites which allowed users to copy-paste/edit/delete labels even when existing issues were opened.

GregTheGreek commented 5 years ago

@Berkmann18 I just confirmed that open issues are not the problem. Although i found this bug #94

GregTheGreek commented 5 years ago

@Berkmann18 I found a weird behaviour.

If you have renamed your repo, and have not updated the remote on your project locally it won't allow it to work.

Berkmann18 commented 5 years ago

Hum, that's interesting...

EigenTheory commented 5 years ago

I am having the same problem... Nothing actually got created.

image

MoisesFlores22 commented 4 years ago

I made a PR to fix the endpoint https://github.com/himynameisdave/git-labelmaker/pull/96

Berkmann18 commented 4 years ago

@MoisesFlores22 If so you should add "Close"/"Fix"/... #90

MoisesFlores22 commented 4 years ago

my issues was with sso of my token, but we need someway to check the answer is given by the api

huwshimi commented 10 months ago

There's an issue in git-label that means any errors when creating the labels (e.g. already existing label or the token doesn't have the correct permissions etc.) don't get returned so the "successfully created" message gets displayed even though the request failed.

There's a PR in the git-label library here: https://github.com/jasonbellamy/git-label/pull/18.

Berkmann18 commented 10 months ago

I see, hopefully that gets merged and solves the issue.