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 3e1bb53 commit 575cc2cCopy full SHA for 575cc2c
.github/workflows/stale.yml
@@ -9,7 +9,7 @@ jobs:
9
steps:
10
- uses: actions/stale@v9
11
with:
12
- stale-issue-message: 'This issue has been inactive for 30 days. It is now marked as stale and will be closed in 5 days if no further activity occurs.'
13
- stale-pr-message: 'This PR has been inactive for 30 days. It is now marked as stale and will be closed in 5 days if no further activity occurs.'
+ stale-issue-message: 'This issue has been inactive for 7 days. It is now marked as stale and will be closed in 2 days if no further activity occurs.'
+ stale-pr-message: 'This PR has been inactive for 7 days. It is now marked as stale and will be closed in 2 days if no further activity occurs.'
14
days-before-stale: 7
15
days-before-close: 2
0 commit comments