Skip to content

Commit 52dcd5f

Browse files
Jdubrickthepetk
andauthored
Slow Down Rate of Issuing Stale/Rotten Labels (#1654)
* reduce number of issues being operated on at once Signed-off-by: Jordan Dubrick <jdubrick@redhat.com> * Update .github/workflows/stale.yaml Co-authored-by: Theofanis Petkos <thepetk@gmail.com> Signed-off-by: Jordan Dubrick <jdubrick@redhat.com> * update description Signed-off-by: Jordan Dubrick <jdubrick@redhat.com> * update message Signed-off-by: Jordan Dubrick <jdubrick@redhat.com> --------- Signed-off-by: Jordan Dubrick <jdubrick@redhat.com> Co-authored-by: Theofanis Petkos <thepetk@gmail.com>
1 parent 7afd63f commit 52dcd5f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/stale.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,16 +35,16 @@ jobs:
3535
- uses: actions/stale@v7
3636
with:
3737
repo-token: ${{ secrets.GITHUB_TOKEN }}
38-
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."
39-
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."
38+
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."
39+
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."
4040

4141
days-before-stale: 90
42-
days-before-close: 60
42+
days-before-close: 120
4343
stale-issue-label: 'lifecycle/stale'
4444
stale-pr-label: 'lifecycle/stale'
4545
exempt-issue-labels: 'lifecycle/frozen'
4646
exempt-pr-labels: 'lifecycle/frozen'
4747
close-issue-label: 'lifecycle/rotten'
4848
close-pr-label: 'lifecycle/rotten'
49-
operations-per-run: 200
49+
operations-per-run: 50
5050
ascending: true

0 commit comments

Comments
 (0)