1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2025-12-24 00:03:11 +01:00

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
2 changed files with 4 additions and 2 deletions

View File

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

View File

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