Hacker News new | ask | show | jobs
by octref 2783 days ago
> that's not maddeningly complex

I'm not sure what's complex. Adding one more option "Triaging" here[0] doesn't seem complex.

I'm working at VS Code and now we are trying to make a bot that would add a label if someone (from a whitelist) types `/label bug` (same for marking duplicates). The fact that we have to go this far for letting community contributors assign labels to issues is more maddening to me.

See an example here: https://github.com/Microsoft/vscode/issues/62016#issuecommen....

[0]: https://user-images.githubusercontent.com/4033249/47674432-8...

1 comments

Yeah, we do that with Rust too.

Sure, if the perm is solely "traige issues", maybe that's fine, but what is the exact level of granularity for this kind of thing?

I don't mean it's impossible, just that it's not completely simple, and there's work to do to sort out the details. I also have never seen what dotcom looks like, so I have no idea how hard these things are to implement, either. Sometimes simple features can be rough to implement, especially in large, legacy Rails apps...