We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bbc4b5d commit f61af63Copy full SHA for f61af63
1 file changed
.github/workflows/stale.yml
@@ -13,7 +13,9 @@ jobs:
13
- uses: actions/stale@v1
14
with:
15
repo-token: ${{ secrets.GITHUB_TOKEN }}
16
- stale-issue-message: 'Stale issue message'
17
- stale-pr-message: 'Stale pull request message'
+ stale-issue-message: 'This issue hasn''t had any activity for the last 60 days and will be automatically closed in 7 days from now'
+ stale-pr-message: 'This pull request hasn''t had any activity for the last 60 days and will be automatically closed in 7 days from now'
18
stale-issue-label: 'no-issue-activity'
19
stale-pr-label: 'no-pr-activity'
20
+ days-before-stale: 60
21
+ days-before-close: 7
0 commit comments