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

Allow users to re-open issues marked stale? #345

Closed
kevinushey opened this issue Mar 2, 2021 · 11 comments
Closed

Allow users to re-open issues marked stale? #345

kevinushey opened this issue Mar 2, 2021 · 11 comments

Comments

@kevinushey
Copy link

Currently, if the stale bot closes an issue, a member of the repository needs to re-open the issue if required. It might be useful to allow the OP of an issue to re-open their own stale issues; e.g. with a special phrase in their commit message (!stalebot reopen).

@kevinushey
Copy link
Author

Note: ideally I think this would happen in isaacs/github#583, but presumedly having a bot that implements this behavior would also be a way forward.

@C0ZEN
Copy link
Contributor

C0ZEN commented Mar 3, 2021

@kevinushey basically, you wish to use the bot as a hack to this lack of implementation since it has the rights to do so?
It can be possible I think.

One thing though:

  • The bot should only reopen if it was close by itself

And as you mentioned it would be better to avoid unnecessary reopening and un-closing only on specific occasion. With a message is one way to do it.
In that case, the message triggering the un-close should be part of a new option (unset means it's not possible to un-close, set means the workflow should look for it).
It gives the freedom to each consumer of this workflow to define what is the trigger.
The message to look for should be only from after the close date (to avoid issue like closed one time, re-opened then closed a second time and immediately re-opened).

@github-actions
Copy link
Contributor

github-actions bot commented Apr 3, 2021

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days

@github-actions github-actions bot added the Stale label Apr 3, 2021
@C0ZEN
Copy link
Contributor

C0ZEN commented Apr 3, 2021

up

@github-actions github-actions bot removed the Stale label Apr 4, 2021
@github-actions
Copy link
Contributor

github-actions bot commented May 4, 2021

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days

@github-actions github-actions bot added the Stale label May 4, 2021
@C0ZEN
Copy link
Contributor

C0ZEN commented May 4, 2021

up

@github-actions github-actions bot removed the Stale label May 5, 2021
@github-actions
Copy link
Contributor

github-actions bot commented Jun 4, 2021

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days

@github-actions github-actions bot added the Stale label Jun 4, 2021
@C0ZEN
Copy link
Contributor

C0ZEN commented Jun 4, 2021

up

@github-actions github-actions bot removed the Stale label Jun 5, 2021
@BillTiT
Copy link

BillTiT commented Jun 23, 2021

Some issues should receive precedent over others based on overall effect on user environment

@luketomlinson
Copy link
Collaborator

I think this is out of scope for this action. We don't intend to make make the stale action interactive in this way.

@RokeJulianLockhart
Copy link

RokeJulianLockhart commented Dec 12, 2024

#345 (comment)

@luketomlinson, "not planned" - rather than "completed" - then.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants