mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-15 22:35:56 +08:00
Decreased frequency - Increased Operations
Changes made - Decreased the frequency to ~4 hours during working hours - Increased the Actions by a lot to process all issues - Changed the ordering to Ascening to address the oldest issues first.
This commit is contained in:
parent
781276bba2
commit
af12166595
5
.github/workflows/stale.yml
vendored
5
.github/workflows/stale.yml
vendored
@ -1,7 +1,7 @@
|
|||||||
name: 'Close stale issues and PRs'
|
name: 'Close stale issues and PRs'
|
||||||
on:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '*/10 * * * *'
|
- cron: '0 9-17/4 * * *'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
stale:
|
stale:
|
||||||
@ -12,7 +12,8 @@ jobs:
|
|||||||
days-before-pr-close: -1
|
days-before-pr-close: -1
|
||||||
days-before-stale: 365
|
days-before-stale: 365
|
||||||
days-before-close: 14
|
days-before-close: 14
|
||||||
operations-per-run: 75
|
operations-per-run: 3000
|
||||||
|
ascending: true
|
||||||
exempt-issue-labels: 'Status: Triage,Developer Environment :computer:,Status: On Backlog,PR: Community Contribution :crown:,PR: Printer Definitions :factory:,PR: Translations :books:'
|
exempt-issue-labels: 'Status: Triage,Developer Environment :computer:,Status: On Backlog,PR: Community Contribution :crown:,PR: Printer Definitions :factory:,PR: Translations :books:'
|
||||||
stale-issue-label: 'Status: Stale :hourglass:'
|
stale-issue-label: 'Status: Stale :hourglass:'
|
||||||
labels-to-add-when-unstale: 'Status: Triage'
|
labels-to-add-when-unstale: 'Status: Triage'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user