Update stale.yml

This commit is contained in:
Jaco Greeff
2021-05-28 11:39:32 +03:00
parent 9fae2c5403
commit e29d9cd5a8
+2 -2
View File
@@ -10,8 +10,8 @@ jobs:
- uses: actions/stale@v3 - uses: actions/stale@v3
with: with:
repo-token: ${{ secrets.GH_PAT }} repo-token: ${{ secrets.GH_PAT }}
stale-issue-message: 'This issue is stale because it has been open 21 days with no activity. Remove the stale label or comment or this will be closed in 7 days.' stale-issue-message: 'This issue has been open for 21 days with no activity and is not labelled as an enhancement. It will be closed in 7 days.'
stale-issue-label: 'stale' stale-issue-label: 'stale'
exempt-issue-labels: '-size-l,-size-m,-size-s,-size-xl,-size-xs,<support>,[bug]' exempt-issue-labels: '-size-l,-size-m,-size-s,-size-xl,-size-xs,[bug]'
days-before-stale: 21 days-before-stale: 21
days-before-close: 7 days-before-close: 7