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
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -12,3 +12,11 @@ jobs:
12
12
repo-token: ${{ secrets.GITHUB_TOKEN }}
13
13
stale-issue-label: 'stale'
14
14
stale-pr-label: 'stale'
15
+
stale-issue-message: 'This issue is stale because it has been open 20 days with no activity. Remove stale label or comment or this will be closed in 10 days.'
16
+
stale-pr-message: 'This PR is stale because it has been open 20 days with no activity. Remove stale label or comment or this will be closed in 20 days.'
17
+
close-issue-message: 'This issue was closed because it has been stalled for 15 days with no activity.'
18
+
close-pr-message: 'This PR was closed because it has been stalled for 15 days with no activity.'
0 commit comments