diff options
author | Antoine GIRARD <sapk@users.noreply.github.com> | 2019-01-19 18:21:03 +0100 |
---|---|---|
committer | techknowlogick <hello@techknowlogick.com> | 2019-01-19 12:21:03 -0500 |
commit | 905e63f5b545ff37e96d1ea8670cbe8f62a81277 (patch) | |
tree | 0f0ba6cf5c2224c90e4ff7c750650209d3c6f693 /.github | |
parent | ac0d5517f41270b5e819bc97527097ae5c3f1294 (diff) | |
download | gitea-905e63f5b545ff37e96d1ea8670cbe8f62a81277.tar.gz gitea-905e63f5b545ff37e96d1ea8670cbe8f62a81277.zip |
Force the PR close time to 60 days (#5770)
Like the comment that is posted.
Ex: https://github.com/go-gitea/gitea/pull/4749 is closed after 2 weeks and not 2 months
Diffstat (limited to '.github')
-rw-r--r-- | .github/stale.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/stale.yml b/.github/stale.yml index 8ddbdc251e..0a14124525 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -42,6 +42,7 @@ limitPerRun: 1 # Optionally, specify configuration settings that are specific to just 'issues' or 'pulls': pulls: daysUntilStale: 60 + daysUntilClose: 60 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 during the next 2 months. Thank you |