From f1209c1279bca89eca295f79964be5ff1ffd72f1 Mon Sep 17 00:00:00 2001 From: Trial97 Date: Wed, 5 Feb 2025 23:43:38 +0200 Subject: [PATCH 1/4] Increase the stale operations Signed-off-by: Trial97 --- .github/workflows/stale.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index c93ea5e87..fb33d76a7 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -6,7 +6,6 @@ on: - cron: "0 0 * * 0" workflow_dispatch: - jobs: label: name: Label issues and PRs @@ -27,3 +26,4 @@ jobs: exempt-issue-labels: rfc,nostale exempt-all-milestones: true exempt-all-assignees: true + operations-per-run: 1000 From ef825a7bc5cf8b2a7bae88ab6e728e131adff46a Mon Sep 17 00:00:00 2001 From: Trial97 Date: Thu, 6 Feb 2025 09:58:41 +0200 Subject: [PATCH 2/4] update stale action Signed-off-by: Trial97 --- .github/workflows/stale.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index fb33d76a7..4afa7d648 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -19,11 +19,13 @@ 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,active,wanted exempt-all-milestones: true exempt-all-assignees: true operations-per-run: 1000 + stale-issue-label: inactive + stale-pr-label: inactive From de86e63611f7c5a986c358741fefc6c6ded5f08d Mon Sep 17 00:00:00 2001 From: TheKodeToad Date: Thu, 13 Feb 2025 00:05:14 +0000 Subject: [PATCH 3/4] Update .github/workflows/stale.yml Co-authored-by: Alexandru Ionut Tripon Signed-off-by: TheKodeToad --- .github/workflows/stale.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 4afa7d648..8de9389ef 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -21,8 +21,6 @@ jobs: with: 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,active,wanted exempt-all-milestones: true exempt-all-assignees: true From d22a20ffa6002ed1aa8d292c22176ac17f16ba58 Mon Sep 17 00:00:00 2001 From: Alexandru Ionut Tripon Date: Thu, 13 Feb 2025 08:14:20 +0200 Subject: [PATCH 4/4] Update .github/workflows/stale.yml Co-authored-by: TheKodeToad Signed-off-by: Alexandru Ionut Tripon --- .github/workflows/stale.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 8de9389ef..106a7844f 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -21,7 +21,7 @@ jobs: with: days-before-stale: 60 days-before-close: -1 # Don't close anything - exempt-issue-labels: rfc,nostale,active,wanted + exempt-issue-labels: rfc,nostale,help wanted exempt-all-milestones: true exempt-all-assignees: true operations-per-run: 1000