-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
[BUG] Bot closing valid issues #42794
Comments
And for people looking for a solution to use
|
Hi @svrooij. Thanks for reaching out and we regret that you're experiencing difficulties. I've routed this over to the team member best able to assist. |
Hi @svrooij, Upon review of the original issue, it's clear that it remains relevant and unresolved. To ensure continued tracking, I will be opening a new issue where we can focus on the core problem without the clutter of previous comments and updates. I'll also make sure it is assigned properly and is given a priority that correctly reflects the community interest behind it. This approach aims to streamline our efforts and address your concerns more directly. I understand your concerns regarding the auto-closure of stale issues. While we've considered allowing issue authors to exempt their issues from this rule, we must avoid potential abuse of such a workaround that could lead us back to our current predicament. We believe that the process of authors opening a new issue strikes a balance between preventing irrelevant issues from resurfacing and ensuring that pertinent issues are revisited. Your feedback on the transparency of our new automation is appreciated. The bot targets issues created over two years ago with no updates in the last month. We are committed to improving clarity around our processes and I will be adding a detailed explanations of this automation to the CONTRIBUTING.md files across our repositories. I'll update and close out this issue once the updates are made. Please do not hesitate to share any additional feedback you may have. Your feedback is valuable to us and assists in improving our processes to enhance your experience. |
@ronniegeraghty thanks for clarifying. If you create a new issue for those that are still relevant the experience for the developer won't change. This specific issue will get closed, every developer who responded to it will get a message that it's closed without a solution. Then they don't follow the new issue and my workaround will get lost in a closed issue to not be found ever again. Regular users are not able to add tags to issues, that is restricted to contributors. So it might be as easy to create a special tag "no-auto-close", and exempt those from being closed by the bot. And there won't be any misuse. |
@svrooij, thank you for your input. We understand the importance of ensuring that valuable workarounds and discussions are not lost when transitioning issues. To address this, we will ensure that everyone who has commented on the original issue is mentioned in the new issue, so they are aware that it is being tracked and managed in a new location. We recognize that developers often look at issues for potential workarounds; however, the primary goal of an issue should be to find a comprehensive solution rather than to serve as a repository for various workarounds. Regarding the suggestion of using a "no-auto-close" label, we acknowledge the idea, but it is not feasible in this case. The reason being, there is a significant number of individuals who have the necessary permissions to add labels and are part of teams outside our SDK team. We are also asking these teams to review their stale issues, which complicates the use of such a label to prevent auto-closure. We are committed to finding a balanced approach that preserves important information while maintaining a clear and focused issue tracking system. |
Writing back with an update. I have added a section to the |
Hi @svrooij. Thank you for opening this issue and giving us the opportunity to assist. We believe that this has been addressed. If you feel that further discussion is needed, please add a comment with the text "/unresolve" to remove the "issue-addressed" label and continue the conversation. |
Hi @svrooij, since you haven’t asked that we |
Originally posted by @github-actions[bot] in #19167 (comment)
I think you should really fix your bot, closing valid issues like 19167 because there is not enough activity, is a terrible developer experience.
Can you maybe document what the policy is or how user should do Important Security feature requests? My personal opinion is that security related feature requests should never be closed without human intervention.
This issue 19167 specifically, because all the so called "solutions" require the user to again start setting up user secrets during development. Which will eventually lead to them accidentally committing those secrets to the repository again, something you try to discourage. If you instead facilitate the use of
DefaultAzureCredential
in docker, there would be no need to setup the service principal in the first place.The text was updated successfully, but these errors were encountered: