Stop autoclosing of PRs

While the idea of cleaning up the the PRs list by nudging reviewers
with the stale message and closing PRs that didn't got a review in time
cloud work for the maintainers, in practice it discourages contributors
to submit contributions.

Keeping PRs open and not providing feedback also doesn't help with
contributors motivation, so while I'm disabling this feature of the bot
we still need to come up with a process that will help us to keep
the number of PRs in check, but celebrate the work contributors already
did instead of ignoring it, or dismissing in the form of a "stale"
alerts, and automatically closing PRs.
This commit is contained in:
Rafael Mendonça França 2022-05-11 16:42:57 +00:00
parent e1a9b3d861
commit acf4816994
No known key found for this signature in database
GPG Key ID: FC23B6D0F1EEE948
1 changed files with 2 additions and 7 deletions

9
.github/stale.yml vendored
View File

@ -26,10 +26,5 @@ markComment: >
Thank you for all your contributions.
# Comment to post when closing a stale issue. Set to `false` to disable
closeComment: false
pulls:
markComment: >
This pull request has been automatically marked as stale because it has not had
recent activity. It will be closed if no further activity occurs.
Thank you for your contributions.
# Limit to only `issues` or `pulls`
only: issues