-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
Stale issue closer asks users to do something they literally cannot do. #20671
Comments
Hi @chandlerc, What is the problem are you seeing in tagging with @bazelbuild/triage ? Could you please take screenshot and share for a reference. The main Reason to tag that team, so who ever available can reach and ack on the issues immediately. So those important comments should not go stale. |
So, I can't tab complete or do anything else that seems to confirm that I have actually Maybe it actually does In other organizations, teams can be easily Another alternative is to set up some automation to CC the relevant teams on any comment after a staleness update? Or other ways to make it easier for users to figure out what they should do? |
Could we just make https://github.com/orgs/bazelbuild/teams/triage a public team? |
It's already public -- but GitHub has this to say:
|
@chandlerc, thanks for flagging this -- it looks like the So we might need to rely on some bespoke automation. I'm thinking we could make a command like |
Good to know that it was working I guess? The suggestion also talks about changing labels which doesn't seem to make sense outside the org...
Yeah, I'd suggest doing something that makes it much more clear to users what's going on. An action that they technically can take but that they'll never know if they typo or get wrong seems likely to both cause user frustration and also frequent accidental failures. TBH, I would suggest something like any comment or a thumbs-down reaction to the stale-marking-comment as sufficient for whatever automation to flag it for the triage team. When a robot marks an issue a user reported as stale due to over a year without comment, it's going to be a pretty rough experience for the reporter. I think that it's worthwhile to do everything you can in automation rather than exacerbating this with complex steps that the reporter must do to keep the issue open. So something super simple, both of which are trivially in their remit to do seems like a much better experience. For example, text like: "Add any comment indicating it is still relevant or react to this with a thumbs down and we'll put the issue in the queue for the Bazel triage team". |
PiperOrigin-RevId: 597295394 Change-Id: I97e1dad97c1edd30784e387314af2b24fc3b44ee
Thanks for the feedback, @chandlerc. We've addressed this in b4dc572. Closing this issue. |
Description of the bug:
The bot closing stale issues gives instructions that users literally cannot follow:
Users cannot
@
that team in an issue. I have no idea as a user how to contact this team. Please change this to provide some steps, any steps, that I can do to keep the issues I have filed and continue to hit while using Bazel every day open.Which category does this issue belong to?
No response
What's the simplest, easiest way to reproduce this bug? Please provide a minimal example if possible.
File an issue and wait for a year.
Which operating system are you running Bazel on?
No response
What is the output of
bazel info release
?No response
If
bazel info release
returnsdevelopment version
or(@non-git)
, tell us how you built Bazel.No response
What's the output of
git remote get-url origin; git rev-parse master; git rev-parse HEAD
?No response
Is this a regression? If yes, please try to identify the Bazel commit where the bug was introduced.
No response
Have you found anything relevant by searching the web?
No response
Any other information, logs, or outputs that you want to share?
Sorry I can't fill out the rest of the issue form, this is a bug in the Bazel GitHub project, not in Bazel itself.
The text was updated successfully, but these errors were encountered: