mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-08-04 04:55:21 +02:00
feat: Remove debug mode from stale action (#3027)
Some checks are pending
CodeQL / Analyze (javascript-typescript) (push) Waiting to run
CodeQL / Analyze (python) (push) Waiting to run
Docker Nightly Production / Backend Server Tests (push) Waiting to run
Docker Nightly Production / Frontend and End-to-End Tests (push) Waiting to run
Docker Nightly Production / Build Tagged Release (push) Blocked by required conditions
Docker Nightly Production / Notify Discord (push) Blocked by required conditions
Some checks are pending
CodeQL / Analyze (javascript-typescript) (push) Waiting to run
CodeQL / Analyze (python) (push) Waiting to run
Docker Nightly Production / Backend Server Tests (push) Waiting to run
Docker Nightly Production / Frontend and End-to-End Tests (push) Waiting to run
Docker Nightly Production / Build Tagged Release (push) Blocked by required conditions
Docker Nightly Production / Notify Discord (push) Blocked by required conditions
This commit is contained in:
parent
96995a4168
commit
600c569ae8
1 changed files with 0 additions and 3 deletions
3
.github/workflows/stale.yml
vendored
3
.github/workflows/stale.yml
vendored
|
@ -22,9 +22,6 @@ jobs:
|
||||||
days-before-pr-close: -1
|
days-before-pr-close: -1
|
||||||
# If an issue/PR has a milestone, it's exempt from being marked as stale.
|
# If an issue/PR has a milestone, it's exempt from being marked as stale.
|
||||||
exempt-all-milestones: true
|
exempt-all-milestones: true
|
||||||
# For initial implementation - this stops any actual updates happening.
|
|
||||||
# We can review the output and then decide how to proceed. I will own this action.
|
|
||||||
debug-only: true
|
|
||||||
# How many API calls will we allow the action to make, essentially.
|
# How many API calls will we allow the action to make, essentially.
|
||||||
# Doco: https://github.com/actions/stale?tab=readme-ov-file#operations-per-run
|
# Doco: https://github.com/actions/stale?tab=readme-ov-file#operations-per-run
|
||||||
operations-per-run: 150
|
operations-per-run: 150
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue