mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2025-05-23 18:37:19 +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"
|
||||
workflow_dispatch:
|
||||
|
||||
|
||||
jobs:
|
||||
label:
|
||||
name: Label issues and PRs
|
||||
@ -20,10 +19,11 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/stale@v9
|
||||
with:
|
||||
days-before-stale: 30
|
||||
days-before-stale: 60
|
||||
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."
|
||||
stale-pr-message: "This PR has had no recent activity. Please update it if it's still relevant."
|
||||
exempt-issue-labels: rfc,nostale
|
||||
exempt-issue-labels: rfc,nostale,help wanted
|
||||
exempt-all-milestones: 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