We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93364f9 commit bebb944Copy full SHA for bebb944
.github/workflows/stale.yml
@@ -20,7 +20,8 @@ jobs:
20
repo-token: ${{ secrets.GITHUB_TOKEN }}
21
stale-pr-message: 'This PR is stale because it has been open for 30 days with no activity.'
22
stale-pr-label: 'stale'
23
- days-before-stale: 30
+ days-before-issue-stale: -1
24
+ days-before-pr-stale: 30
25
days-before-close: -1
26
ascending: true
27
operations-per-run: 120
0 commit comments