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

Odd meta label behavior #75

Open
Fishrock123 opened this issue Sep 9, 2016 · 12 comments
Open

Odd meta label behavior #75

Fishrock123 opened this issue Sep 9, 2016 · 12 comments
Labels

Comments

@Fishrock123
Copy link
Member

in nodejs/node#8466 the bot somehow is adding meta a second time...

@Fishrock123 Fishrock123 added the bug label Sep 9, 2016
@mscdex
Copy link
Contributor

mscdex commented Sep 9, 2016

AFAIK I don't think it's a bug in github-bot, but a Github UI bug? The labels were all added at the same time it looks like, so maybe a race condition issue on Github's end?

@phillipj
Copy link
Member

As the bot fetches the existing labels on a PR via the github API, before adding new ones which haven't already been added, I'm also leaning towards some kind of race condition here..

Have we seen this in other PRs?

@jbergstroem
Copy link
Member

So, we add some $time? We don't have to be 0sec.

@mscdex
Copy link
Contributor

mscdex commented Sep 12, 2016

Either way, maybe github support should be notified about this?

Also AFAIK checking labels first shouldn't even be necessary since github only adds the complement of the intersection of the old label set and the new label set (it does not remove existing labels).

@jbergstroem
Copy link
Member

@mscdex you want to do the honors?

@mscdex
Copy link
Contributor

mscdex commented Sep 13, 2016

@jbergstroem I can try, but I don't have any contacts at Github.

@phillipj
Copy link
Member

As the bot fetches the existing labels on a PR via the github API, before adding new ones which haven't already been added ...

I stand corrected -- just realised we don't check existing labels anymore, as of last week w/4b6f2b3. The newest version of node-github got a new API letting us add labels which POSTs to api.github.com/repos/nodejs/node/issues/X/labels

@jbergstroem
Copy link
Member

@mscdex I've had pretty good success with their public support (https://github.com/contact) -- just ref this issue.

@phillipj
Copy link
Member

@mscdex keep us updated. I've see this on several PRs lately, and if GH is too busy to have a look at this, it's trivial for us revert and only add labels which haven't already been added.

@mscdex
Copy link
Contributor

mscdex commented Sep 19, 2016

Just got a response from Github, they've now opened an issue internally to investigate this further. They can't promise an ETA but will keep me updated.

@phillipj
Copy link
Member

phillipj commented May 6, 2017

FYI I've just contacted GitHub support about this again.

@phillipj
Copy link
Member

Still no progress on this internally at GitHub, and no estimate on when it will be prioritised.

In other words, we'll have to get a work around in place to avoid this happening in the near future.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants