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

A new label to close an issue if there are 1 month no response after the label marked. #106

Closed
lunny opened this issue Sep 5, 2023 · 4 comments · Fixed by #108
Closed
Labels
enhancement New feature or request

Comments

@lunny
Copy link
Collaborator

lunny commented Sep 5, 2023

The label could be named close_if_no_feedback or we can reuse need_feedback.

When an issue has a label need_feedback but there is no any comment one month after the label added. then close it automatically.

@lunny lunny added the enhancement New feature or request label Sep 5, 2023
@yardenshoham
Copy link
Collaborator

We need a condition here. Would the following condition work:

Close all issues that have status/needs-feedback AND a month has passed since the last comment from the author AND the last comment is not by the author

@lunny
Copy link
Collaborator Author

lunny commented Sep 8, 2023

Close all issues that have status/needs-feedback AND a month has passed since the last comment from the author AND the last comment is not by the author

How about Close all issues that have status/needs-feedback AND a month has passed since no new comment from anyone after the label created?

@yardenshoham
Copy link
Collaborator

I will try to implement it

@yardenshoham
Copy link
Collaborator

I created #108 for this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
2 participants