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
Copy file name to clipboardExpand all lines: .github/workflows/stale.yml
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -16,8 +16,8 @@ jobs:
16
16
days-before-stale: 90
17
17
# Number of days of inactivity before a stale issue or PR is closed
18
18
days-before-close: 7
19
-
#Tmp dry run setup to test new config
20
-
debug-only: 'true'
19
+
#Number of issues or PRs to process per day
20
+
operations-per-run: 100
21
21
22
22
# --- Issues ---
23
23
stale-issue-label: "Resolution: Stale"
@@ -30,7 +30,7 @@ jobs:
30
30
close-issue-message: >
31
31
Closing this issue after a prolonged period of inactivity. If this issue is still present in the latest release, please create a new issue with up-to-date information. Thank you!
32
32
# Issues with these labels will never be considered stale
Closing this pull request after a prolonged period of inactivity. If this issue is still present in the latest release, please ask for this pull request to be reopened. Thank you!
45
45
# PRs with these labels will never be considered stale
0 commit comments