Merge pull request #20713 from ZehMatt/stale-update

Exempt PRs with milestone or assignee from going stale, update to v8
This commit is contained in:
Matthias Moninger 2023-08-19 01:39:34 +03:00 committed by GitHub
commit 2e2f6f6397
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 2 deletions

View File

@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
if: github.repository == 'OpenRCT2/OpenRCT2'
steps:
- uses: actions/stale@v7
- uses: actions/stale@v8
with:
days-before-issue-stale: 60
days-before-issue-close: 1

View File

@ -8,8 +8,10 @@ jobs:
runs-on: ubuntu-latest
if: github.repository == 'OpenRCT2/OpenRCT2'
steps:
- uses: actions/stale@v7
- uses: actions/stale@v8
with:
exempt-all-pr-assignees: true
exempt-all-pr-milestones: true
days-before-issue-stale: -1
days-before-issue-close: -1
days-before-pr-stale: 31