mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2025-05-24 02:42:15 +02:00
Increase the stale operations (#3393)
This commit is contained in:
commit
3e4fc2ff3b
10
.github/workflows/stale.yml
vendored
10
.github/workflows/stale.yml
vendored
@ -6,7 +6,6 @@ on:
|
|||||||
- cron: "0 0 * * 0"
|
- cron: "0 0 * * 0"
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
label:
|
label:
|
||||||
name: Label issues and PRs
|
name: Label issues and PRs
|
||||||
@ -20,10 +19,11 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/stale@v9
|
- uses: actions/stale@v9
|
||||||
with:
|
with:
|
||||||
days-before-stale: 30
|
days-before-stale: 60
|
||||||
days-before-close: -1 # Don't close anything
|
days-before-close: -1 # Don't close anything
|
||||||
stale-issue-message: "This issue has been inactive for a while. Please add a comment or provide an update if it's still relevant."
|
exempt-issue-labels: rfc,nostale,help wanted
|
||||||
stale-pr-message: "This PR has had no recent activity. Please update it if it's still relevant."
|
|
||||||
exempt-issue-labels: rfc,nostale
|
|
||||||
exempt-all-milestones: true
|
exempt-all-milestones: true
|
||||||
exempt-all-assignees: true
|
exempt-all-assignees: true
|
||||||
|
operations-per-run: 1000
|
||||||
|
stale-issue-label: inactive
|
||||||
|
stale-pr-label: inactive
|
||||||
|
Loading…
x
Reference in New Issue
Block a user