forked from Github/PrismLauncher
Increase the stale operations (#3393)
This commit is contained in:
commit
3e4fc2ff3b
1 changed files with 5 additions and 5 deletions
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…
Add table
Add a link
Reference in a new issue