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 <[email protected]>
* Update .github/workflows/stale.yaml
Co-authored-by: Theofanis Petkos <[email protected]>
Signed-off-by: Jordan Dubrick <[email protected]>
* update description
Signed-off-by: Jordan Dubrick <[email protected]>
* update message
Signed-off-by: Jordan Dubrick <[email protected]>
---------
Signed-off-by: Jordan Dubrick <[email protected]>
Co-authored-by: Theofanis Petkos <[email protected]>
Copy file name to clipboardexpand all lines: .github/workflows/stale.yaml
+4-4
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