Merge pull request #426 from actions/thejoebourneidentity-patch-1

Updating stale.yml
This commit is contained in:
Alejandro Pauly
2020-02-19 08:27:35 -05:00
committed by GitHub
+3 -3
View File
@@ -13,7 +13,7 @@ jobs:
- uses: actions/stale@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
stale-issue-message: 'This issue has not had any activity in 30 days, if you still require assistance please remove the `no-issue-activity` label'
stale-issue-message: 'This issue has not had any activity for 45 days and will be closed in 45 days if there continues to be no activity.'
stale-issue-label: 'no-issue-activity'
days-before-stale: 30
days-before-close: 14
days-before-stale: 45
days-before-close: 45