diff options
author | Paulo Gomes <pjbgf@linux.com> | 2024-06-28 23:13:55 +0100 |
---|---|---|
committer | Paulo Gomes <pjbgf@linux.com> | 2024-06-29 00:09:39 +0100 |
commit | 3624ec147c8c6ecb5df05f9b11731628e36f1744 (patch) | |
tree | 38125ff3491762e7d0232d5c913a91ed3057fb8b /.github | |
parent | f61638f24a924c48606977e38920eac07c7251e2 (diff) | |
download | go-git-3624ec147c8c6ecb5df05f9b11731628e36f1744.tar.gz |
build: Increase min stale time to 180 days
To decrease the noise generated by the stalebot increase the minimum amount
of days to 180 days.
Signed-off-by: Paulo Gomes <pjbgf@linux.com>
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/stale-issues-bot.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/stale-issues-bot.yaml b/.github/workflows/stale-issues-bot.yaml index 11b86ae..fe40db3 100644 --- a/.github/workflows/stale-issues-bot.yaml +++ b/.github/workflows/stale-issues-bot.yaml @@ -15,7 +15,7 @@ jobs: with: ascending: true operations-per-run: 30 - days-before-stale: 90 + days-before-stale: 180 days-before-close: 30 stale-issue-label: stale stale-pr-label: stale |