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
+3-3
Original file line number
Diff line number
Diff line change
@@ -16,10 +16,10 @@ jobs:
16
16
- uses: actions/stale@v3
17
17
with:
18
18
repo-token: ${{ secrets.GITHUB_TOKEN }}
19
-
stale-issue-message: 'Oops, seems like we needed more information for this issue, please comment with more details or this issue will be closed in 7 days.'
19
+
stale-issue-message: 'Oops, seems like we needed more information for this issue, please comment with more details or this issue will be closed in 30 days.'
20
20
close-issue-message: 'This issue was closed because it is missing author input.'
0 commit comments