-
Notifications
You must be signed in to change notification settings - Fork 375
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
Feature Request: Remove "CLOSED" tag if an auto-closed issue gets reopened #278
Comments
+1 |
I can provide a PR today for this @william76. Checking the code I see a lot of cases where removing the close label can be helpful. |
@C0ZEN Thanks! We have had some old issues in our repository where some developers didn't 'repoen' them until after the issue got closed and they just re-opened it without touching labels. It seems reasonable that the auto-closer would remove both the 'CLOSED' and 'STALE' labels if an issue is re-opened or if it's had new activity which would reset the timer. Thanks for having a look at this! |
@william76 re-opening an issue/PR update the |
…osed nor locked (#334) * feat(assignees): add new option to avoid stale for assignees closes #271 * test: add more coverage * docs: fix readme format issue * docs: reorder and enhance typo * docs(contributing): add more information about the npm scripts * docs(readme): update the default values to reflect the real applied ones * feat(close-label): automatically remove it when no longer closed nor locked closes #278
Version: v3.0.14
We had an issue get closed through the action script after being marked stale. After it was marked stale, our developer re-opened the issue. They did not touch anything else or add any comments, they just re-opened the issue. The actions/stale bot script did remove the "STALE" flag but it did not remove the "CLOSED_DUE_TO_INACTIVITY" flag that we have set up.
This left a confusing issue that was open but also had the 'CLOSED' tag assigned to it.
Can we get a new feature added to this to have the script/bot also remove the CLOSED label that gets added to an issue when closed if it's ever re-opened (but not if it has activity but is kept closed since a closed issue can still have activity)?
The text was updated successfully, but these errors were encountered: