From ee0cb02315d8189ddbc643a398efb31a2921bac2 Mon Sep 17 00:00:00 2001 From: Jordan Dubrick Date: Fri, 29 Nov 2024 13:34:54 -0500 Subject: [PATCH 1/4] reduce number of issues being operated on at once Signed-off-by: Jordan Dubrick --- .github/workflows/stale.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/stale.yaml b/.github/workflows/stale.yaml index 532289e9..afb0d7c0 100644 --- a/.github/workflows/stale.yaml +++ b/.github/workflows/stale.yaml @@ -35,16 +35,16 @@ jobs: - uses: actions/stale@v7 with: repo-token: ${{ secrets.GITHUB_TOKEN }} - stale-issue-message: "This issue is stale because it has been open for 90 days with no activity. Remove stale label or comment or this will be closed in 60 days." - stale-pr-message: "This PR is stale because it has been open for 90 days with no activity. Remove stale label or comment or this will be closed in 60 days." + stale-issue-message: "This issue is stale because it has been open for 90 days with no activity. Remove stale label or comment or this will be closed in 90 days." + stale-pr-message: "This PR is stale because it has been open for 90 days with no activity. Remove stale label or comment or this will be closed in 90 days." days-before-stale: 90 - days-before-close: 60 + days-before-close: 90 stale-issue-label: 'lifecycle/stale' stale-pr-label: 'lifecycle/stale' exempt-issue-labels: 'lifecycle/frozen' exempt-pr-labels: 'lifecycle/frozen' close-issue-label: 'lifecycle/rotten' close-pr-label: 'lifecycle/rotten' - operations-per-run: 200 + operations-per-run: 50 ascending: true From 5fc592ee5190bfd8657658efd74634f373a4be14 Mon Sep 17 00:00:00 2001 From: Jordan Dubrick Date: Mon, 2 Dec 2024 11:17:58 -0500 Subject: [PATCH 2/4] Update .github/workflows/stale.yaml Co-authored-by: Theofanis Petkos Signed-off-by: Jordan Dubrick --- .github/workflows/stale.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/stale.yaml b/.github/workflows/stale.yaml index afb0d7c0..696706b0 100644 --- a/.github/workflows/stale.yaml +++ b/.github/workflows/stale.yaml @@ -39,7 +39,7 @@ jobs: stale-pr-message: "This PR is stale because it has been open for 90 days with no activity. Remove stale label or comment or this will be closed in 90 days." days-before-stale: 90 - days-before-close: 90 + days-before-close: 120 stale-issue-label: 'lifecycle/stale' stale-pr-label: 'lifecycle/stale' exempt-issue-labels: 'lifecycle/frozen' From 4f57179341851d955faec602a61037925ceb5c2b Mon Sep 17 00:00:00 2001 From: Jordan Dubrick Date: Mon, 2 Dec 2024 13:14:15 -0500 Subject: [PATCH 3/4] update description Signed-off-by: Jordan Dubrick --- .github/workflows/stale.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/stale.yaml b/.github/workflows/stale.yaml index 696706b0..bdf953b0 100644 --- a/.github/workflows/stale.yaml +++ b/.github/workflows/stale.yaml @@ -36,7 +36,7 @@ jobs: with: repo-token: ${{ secrets.GITHUB_TOKEN }} stale-issue-message: "This issue is stale because it has been open for 90 days with no activity. Remove stale label or comment or this will be closed in 90 days." - stale-pr-message: "This PR is stale because it has been open for 90 days with no activity. Remove stale label or comment or this will be closed in 90 days." + stale-pr-message: "This PR is stale because it has been open for 90 days with no activity. Remove stale label or comment or this will be closed in 120 days." days-before-stale: 90 days-before-close: 120 From 4393e4fac791ffce9d8c221079a72d8fa7f53419 Mon Sep 17 00:00:00 2001 From: Jordan Dubrick Date: Mon, 2 Dec 2024 13:42:16 -0500 Subject: [PATCH 4/4] update message Signed-off-by: Jordan Dubrick --- .github/workflows/stale.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/stale.yaml b/.github/workflows/stale.yaml index bdf953b0..cd9473b6 100644 --- a/.github/workflows/stale.yaml +++ b/.github/workflows/stale.yaml @@ -35,7 +35,7 @@ jobs: - uses: actions/stale@v7 with: repo-token: ${{ secrets.GITHUB_TOKEN }} - stale-issue-message: "This issue is stale because it has been open for 90 days with no activity. Remove stale label or comment or this will be closed in 90 days." + stale-issue-message: "This issue is stale because it has been open for 90 days with no activity. Remove stale label or comment or this will be closed in 120 days." stale-pr-message: "This PR is stale because it has been open for 90 days with no activity. Remove stale label or comment or this will be closed in 120 days." days-before-stale: 90