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
This commit is contained in:
ringabout
2023-06-07 10:02:19 +08:00
committed by GitHub
parent 9f3d1b1290
commit fcc383d899

View File

@@ -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: >