diff options
author | ringabout <43030857+ringabout@users.noreply.github.com> | 2023-06-07 10:02:19 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-07 10:02:19 +0800 |
commit | fcc383d89994241f1b73fe4f85ef38528c135e2e (patch) | |
tree | 0ff83ec74b5c21946a96be7edadf63d70c44db8a /.github | |
parent | 9f3d1b12907ba8ce36f2708c7439e8e24eb237fe (diff) | |
download | Nim-fcc383d89994241f1b73fe4f85ef38528c135e2e.tar.gz |
fixes stale workflows; stale issues defaults to -1 instead of 7 days (#22031)
* fixes workflows; stale issues defaults to 100 years instead of 7 days * Update .github/workflows/stale.yml * Update .github/workflows/stale.yml
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 7283553d6..4d01bfa9d 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -13,6 +13,7 @@ jobs: with: days-before-pr-stale: 365 days-before-pr-close: 30 + days-before-issue-stale: -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: > |