-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
[infra] Survey closed issues #11805
[infra] Survey closed issues #11805
Conversation
…he auto-close comment
Deploy preview: https://deploy-preview-11805--material-ui-x.netlify.app/ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice work!👌
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice work! 👍
A couple of nitpicks:
- This will produce a couple of github-actions comments in cases when an inactive issue has been closed. Have you considered any approach to avoid this? Or you don't see it as a problem? 🤔
- Weren't we discussing a solution of adding a comment only in case a user comments on a stale (X amount of time) issue to reduce the "noise"?
Have you considered/explored anything on that regard? 🤔
Co-authored-by: Lukas <[email protected]> Signed-off-by: Michel Engelen <[email protected]>
to re-review after adding call to survey
Yes, there is a way. And it's relatively easy as well we just have to ask @MBilalShafi to add a Then we can filter issues that have this reason to not add the comment in my action. It gets returned by the action webhook under
No, we discussed this for every closed issue. For a simple reason: It's an additional step and can lead to misunderstandings if we only add this when users comment on closed issues. Just think about a case where someone comments and immediately closes. He might miss the comment. And when he comments and reads the message he has to go the extra step of creating a new issue with the information he just entered. IMHO it is the better approach to preemptively add the comment. Note: we can add a link to the survey for the author of the ticket as well. 👍🏼 |
…w the questionaire for non members/owners of mui repos
…utomation/close-message # Conflicts: # .github/workflows/closed-issue-message.yaml
@LukasTy I did add the guard for the I did also add the line to our survey, but just for issues that have been opened from outside of the org! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice improvements and initiative! 👏
If everyone else is onboard with this change, let's go for it. 👍
We can always adjust if need be. 👌
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome!
I'm excited to see some answers for the recently added survey.
Great work!
If you have a similar problem, please open a [new issue](https://github.com/mui/mui-x/issues/new/choose) and provide details about your specific problem. | ||
If you can provide additional information related to this topic that could help future readers, please feel free to leave a comment. | ||
${{ !['MEMBER', 'OWNER'].includes(github.event.issue.author_association) ? ' | ||
**How did we do @${{ github.event.issue.user.login }}?** |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👌
Signed-off-by: Michel Engelen <[email protected]> Co-authored-by: Lukas <[email protected]>
Nice 👍 Could we restrict permissions at the top https://github.com/mui/mui-x/security/code-scanning/31? Thanks |
Signed-off-by: Michel Engelen <[email protected]> Co-authored-by: Lukas <[email protected]>
adds an action to add a comment on closed issues and also changes the
closeComment
text when auto closing issues for inactivity