Update stale.yml

This commit is contained in:
Jaco Greeff
2021-05-29 11:18:28 +03:00
parent d0c1cd4498
commit 63cd75306e
+2 -2
View File
@@ -1,7 +1,7 @@
name: 'Close stale issues and PRs' name: 'Close stale issues and PRs'
on: on:
schedule: schedule:
- cron: '15 2 * * *' - cron: '4 20 * * *'
jobs: jobs:
stale: stale:
@@ -9,7 +9,7 @@ jobs:
steps: steps:
- uses: actions/stale@v3 - uses: actions/stale@v3
with: with:
repo-token: ${{ secrets.GH_PAT }} repo-token: ${{ secrets.GH_PAT_BOT }}
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-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,[bug]' exempt-issue-labels: '-size-l,-size-m,-size-s,-size-xl,-size-xs,[bug]'