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/no-response.yml
+4-6Lines changed: 4 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -23,15 +23,13 @@ jobs:
23
23
repo-token: ${{ secrets.GITHUB_TOKEN }}
24
24
# Only process issues with "needs more info" label
25
25
only-labels: 'needs more info'
26
-
#Don't mark as stale, just close directly after days-before-close
27
-
days-before-stale: -1
28
-
# Close after 14 days of inactivity
29
-
days-before-close: 14
26
+
#Mark as stale after 14 days of inactivity
27
+
days-before-stale: 14
28
+
# Close immediately after marking as stale
29
+
days-before-close: 0
30
30
# Message when closing
31
31
close-issue-message: >
32
32
This issue has been closed automatically because it needs more information and has not had recent activity. Please reach out if you have or find the answers we need so that we can investigate further.
0 commit comments