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-latest
12
12
steps:
13
-
- uses: actions/stale@v8
13
+
- uses: actions/stale@v9
14
14
with:
15
15
stale-pr-message: 'This PR was marked stale due to lack of activity and will be closed in 7 days. Commenting or Pushing will instruct the bot to automatically remove the label. This bot runs once per day.'
16
16
close-pr-message: 'Closed as inactive. Feel free to reopen if this PR is still being worked on.'
0 commit comments