-
Notifications
You must be signed in to change notification settings - Fork 385
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
Add stale action for PR and Issues #2383
Conversation
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.
un par de comentarios en el texto. Estaría bien probarlo :)
Co-authored-by: Cristián Maureira-Fredes <cmaureir@users.noreply.github.com>
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.
Está muy bueno esto.
Si no entendí mal, quedaría del siguiente modo:
- A los 10 días de que un issue no tenga actividad se taggea y se escribe el mensaje.
- 7 días para PR
- y 21 días se cierra el PR
¿es así? +1 para probarlo!
name: 'Cierra issues y PRs antiguos' | ||
on: | ||
schedule: | ||
- cron: '30 1 * * *' |
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.
¿A esa hora es por algo en particular? Me da curiosidad jej...
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.
número random jajaja, podemos cambiarla pues
Co-authored-by: Carlos A. Crespo <lvccrespo@gmail.com>
Justo @cacrespo esa es básicamente la configuración, igual puedo agregar la doc del Github Action por acá y vamos jugando a ver qué tal nos funciona |
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.
Yo creo que lo podemos probar. En el peor de los casos siempre lo podemos quitar :)
Esto quedó mergeado en 3.11 😢 |
for the record, ya se hizo el merge en 3.12 |
Esta es una propuesta de reemplazo a ladibug para gestionar el estado de Issues y PRs que han estado sin movimiento en un periodo de tiempo.
Closes #628
Reemplaza #629