elesto-dao / elesto

The ElestoDAO node
Apache License 2.0
4 stars 1 forks source link

Git automation to close PRs if they are older than 15d #173

Closed noandrea closed 2 years ago

noandrea commented 2 years ago

Stale PRs may introduced unexpected bugs when merged, let's add an automation to avoid stale PRs to minimize the risk of introducing bugs.

Proposed solution:

Use Github Action workflow (https://github.com/actions/stale) to automatically handle old PRs.

noandrea commented 2 years ago

@alain2sf I have assigned this to you since I am not sure if there is someone that is in charge of quality