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 a44f03f commit be25f7bCopy full SHA for be25f7b
.github/workflows/stale.yml
@@ -21,7 +21,7 @@ jobs:
21
- uses: actions/stale@v5
22
with:
23
repo-token: ${{ secrets.GITHUB_TOKEN }}
24
- days-before-stale: 14
+ days-before-stale: -1
25
stale-issue-message: 'This issue appears to be stale. We will automatically close it within 30 days of no more activity recorded.'
26
stale-pr-message: 'This pull request appear to be stale. We will automatically close it within 60 days of no more activity recorded.'
27
stale-issue-label: '1 | state: waiting for reporter feedback'
0 commit comments