diff options
author | ringabout <43030857+ringabout@users.noreply.github.com> | 2023-06-09 17:16:13 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-09 17:16:13 +0800 |
commit | f09101416f6cabaee7884acda725060a1f65fdfe (patch) | |
tree | 9f8fce2114400438de46f71e85c3dba77286426c /.github | |
parent | a7682325a21cd8b23f5dd03a28814f0933509a82 (diff) | |
download | Nim-f09101416f6cabaee7884acda725060a1f65fdfe.tar.gz |
fixes stale bot (#22056)
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/stale.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 4d01bfa9d..d89a4888a 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -14,6 +14,7 @@ jobs: days-before-pr-stale: 365 days-before-pr-close: 30 days-before-issue-stale: -1 + days-before-issue-close: -1 exempt-pr-labels: "ARC,bounty,Codegen,Crash,Generics,High Priority,Macros,Next release,Showstopper,Static[T]" exempt-issue-labels: "Showstopper,Severe,bounty,Compiler Crash,Medium Priority" stale-pr-message: > |