Remove T-libs-api labels from code - #2474
Conversation
All of the references here are in the compiler agenda generator, which doesn't add any labels. Regarding the change it-self, I can still see 30 PRs with the label, some of which without cc @apiraino |
|
Note: I'm also currently working on fixing that as we speak, FWIW. Just takes a while to run a script with API limits and such. Also, I was under the impression the backporting here is actually the only place in the entire org where the labels are actually added to things, and that is outside the agenda generator. |
The one you modified are in our unit tests, they don't do anything, unless you are talking about another place. |
|
Wow, you are actually right there. This is what I get for not reading closely. |
|
nice, thanks for doing the work for me :) |
Part of RFC 3984. Most of these don't actually matter, but I figured it's good to just remove mentions of T-libs-api from code for completeness so we can just grep for
libs-apito make sure it's not being added to things.In most cases,
T-libsis added anyway as a precaution, but I figure we want to try and centralise on one label.