You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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>
Copy file name to clipboardExpand all lines: .github/workflows/stale.yaml
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -35,16 +35,16 @@ jobs:
35
35
- uses: actions/stale@v7
36
36
with:
37
37
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."
0 commit comments