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
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ jobs:
10
10
stale:
11
11
runs-on: ubuntu-22.04
12
12
steps:
13
-
- uses: actions/stale@v9
13
+
- uses: actions/stale@v10
14
14
with:
15
15
stale-issue-message: 'This issue was marked stale due to lack of activity and will be closed in 7 days. Commenting will instruct the bot to automatically remove the label. This bot runs once per day.'
16
16
close-issue-message: 'Closed as inactive. Feel free to reopen if this issue is still a concern.'
0 commit comments