Skip to content

Commit f61af63

Browse files
authored
update stale action config
1 parent bbc4b5d commit f61af63

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/stale.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@ jobs:
1313
- uses: actions/stale@v1
1414
with:
1515
repo-token: ${{ secrets.GITHUB_TOKEN }}
16-
stale-issue-message: 'Stale issue message'
17-
stale-pr-message: 'Stale pull request message'
16+
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'
17+
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'
1818
stale-issue-label: 'no-issue-activity'
1919
stale-pr-label: 'no-pr-activity'
20+
days-before-stale: 60
21+
days-before-close: 7

0 commit comments

Comments
 (0)