chore: Add Pull Request to stale target

This commit is contained in:
Shohei Ueda
2019-12-09 10:39:58 +09:00
committed by GitHub
parent 830cc44454
commit e13d24c2ac

View File

@@ -12,5 +12,6 @@ jobs:
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
stale-issue-message: 'This issue is stale because it has been open 21 days with no activity. Remove stale label or comment or this will be closed in 7 days.'
stale-pr-message: 'This pull request is stale because it has been open 21 days with no activity. Remove stale label or comment or this will be closed in 7 days.'
days-before-stale: 21
days-before-close: 7