diff options
author | Paulo Gomes <pjbgf@linux.com> | 2024-08-09 08:07:25 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-09 08:07:25 +0100 |
commit | 728f1494421b0f32403ec18767ac2ab1cde68ff0 (patch) | |
tree | a5195706f80756aec4dd0e339680b090b0312f62 /.github | |
parent | c594bae8d75d3728947ffc9ad266acce32057dca (diff) | |
parent | 3624ec147c8c6ecb5df05f9b11731628e36f1744 (diff) | |
download | go-git-728f1494421b0f32403ec18767ac2ab1cde68ff0.tar.gz |
Merge pull request #1128 from pjbgf/small-fixes
Fix some lint warning and increase stalebot to 180 days
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 |