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
@@ -14,7 +14,7 @@ jobs:
14
14
stale:
15
15
runs-on: ubuntu-latest
16
16
steps:
17
-
- uses: actions/stale@v9
17
+
- uses: actions/stale@v10
18
18
with:
19
19
exempt-issue-labels: pending
20
20
stale-issue-message: 'This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 30 days.'
0 commit comments