Skip to content

Commit 088962e

Browse files
committed
Move stale workflow into workflows directory.
1 parent a7705f9 commit 088962e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/stale.yml renamed to .github/workflows/stale.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ jobs:
1212
steps:
1313
- uses: actions/stale@v8
1414
with:
15-
days-before-stale: 90
16-
days-before-close: 30
15+
days-before-stale: 120
16+
days-before-close: 60
1717
exempt-issue-labels: bug,pinned,security,planned
1818
exempt-pr-labels: bug,pinned,security,planned
1919
stale-issue-label: "stale"

0 commit comments

Comments
 (0)