From 63cd75306eebd04dfe12d22e678b57897c39a51c Mon Sep 17 00:00:00 2001 From: Jaco Greeff Date: Sat, 29 May 2021 11:18:28 +0300 Subject: [PATCH] Update stale.yml --- .github/workflows/stale.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index eb8612ce3..87f537f9c 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -1,7 +1,7 @@ name: 'Close stale issues and PRs' on: schedule: - - cron: '15 2 * * *' + - cron: '4 20 * * *' jobs: stale: @@ -9,7 +9,7 @@ jobs: steps: - uses: actions/stale@v3 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-label: 'stale' exempt-issue-labels: '-size-l,-size-m,-size-s,-size-xl,-size-xs,[bug]'