update stale action

Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
This commit is contained in:
Trial97 2025-02-06 09:58:41 +02:00
parent f1209c1279
commit ef825a7bc5
No known key found for this signature in database
GPG Key ID: 55EF5DA53DB36318

View File

@ -19,11 +19,13 @@ 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." 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." 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,active,wanted
exempt-all-milestones: true exempt-all-milestones: true
exempt-all-assignees: true exempt-all-assignees: true
operations-per-run: 1000 operations-per-run: 1000
stale-issue-label: inactive
stale-pr-label: inactive