Increase the stale operations (#3393)

This commit is contained in:
Alexandru Ionut Tripon 2025-02-13 13:44:01 +02:00 committed by GitHub
commit 3e4fc2ff3b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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