Skip to content

Commit bebb944

Browse files
authored
Don't apply 'stale' label to issues (#91501)
1 parent 93364f9 commit bebb944

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/stale.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ jobs:
2020
repo-token: ${{ secrets.GITHUB_TOKEN }}
2121
stale-pr-message: 'This PR is stale because it has been open for 30 days with no activity.'
2222
stale-pr-label: 'stale'
23-
days-before-stale: 30
23+
days-before-issue-stale: -1
24+
days-before-pr-stale: 30
2425
days-before-close: -1
2526
ascending: true
2627
operations-per-run: 120

0 commit comments

Comments
 (0)