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
+10-2
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,15 @@ jobs:
12
12
repo-token: ${{ secrets.GITHUB_TOKEN }}
13
13
stale-issue-message: 'This issue has been automatically marked as stale due to inactivity and will be closed in 7 days if no further activity occurs.'
14
14
close-issue-message: 'This issue was closed due to inactivity. Please reopen if you still encounter this problem or have more information to add.'
15
-
days-before-stale: 14
16
-
days-before-close: 7
15
+
stale-pr-message: "This PR hasn't received any updates in a year and will be automatically closed in 30 days. Feel free to re-open if you plan to continue working on this pull request"
16
+
days-before-stale: -1
17
+
days-before-close: -1
18
+
days-before-issue-stale: 14
19
+
days-before-issue-close: 7
17
20
stale-issue-label: 'stale'
18
21
exempt-issue-labels: 'do not stale, needs response'
0 commit comments