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

x/build/cmd/gopherbot: automatically assign OS-* labels to new issues #24752

Closed
mvdan opened this issue Apr 7, 2018 · 0 comments
Closed

x/build/cmd/gopherbot: automatically assign OS-* labels to new issues #24752

mvdan opened this issue Apr 7, 2018 · 0 comments
Labels
Builders x/build issues (builders, bots, dashboards) FeatureRequest
Milestone

Comments

@mvdan
Copy link
Member

mvdan commented Apr 7, 2018

For example, if a new issue title only mentions one operating system name (Linux, Windows, Mac, OSX, Solaris, etc), it should add the label.

I think this should only apply to new issues, as sometimes it turns out that issues affect more or less operating systems than initially thought. And the heuristic might be wrong in some edge cases, so we want a human to be able to override it.

I also think this should be a regex, or at the very least a case insensitive string search. For example, I'd imagine that all of darwin, os x, OSX, and Mac should map to OS-Darwin.

@gopherbot gopherbot added this to the Unreleased milestone Apr 7, 2018
@gopherbot gopherbot added the Builders x/build issues (builders, bots, dashboards) label Apr 7, 2018
@mvdan mvdan closed this as not planned Won't fix, can't repro, duplicate, stale Aug 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Builders x/build issues (builders, bots, dashboards) FeatureRequest
Projects
None yet
Development

No branches or pull requests

3 participants