Update GH actions (#3105)

This commit is contained in:
Jaco
2023-03-10 08:23:03 +02:00
committed by GitHub
parent 1b6a364550
commit 118fb9e263
2 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -9,11 +9,11 @@ jobs:
env:
YARN_ENABLE_SCRIPTS: false
steps:
- uses: actions/stale@98ed4cb500039dbcccf4bd9bedada4d0187f2757
- uses: actions/stale@v7
with:
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 365 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],ci'
days-before-stale: 21
days-before-stale: 365
days-before-close: 7