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-1
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ jobs:
6
6
stale:
7
7
runs-on: ubuntu-latest
8
8
steps:
9
-
- uses: actions/stale@v3
9
+
- uses: actions/stale@v6
10
10
with:
11
11
repo-token: ${{ secrets.GH_PAT }}
12
12
stale-issue-message: "⚠️ This issue has not seen any activity in the past 2 months so I'm marking it as stale. I'll close it if it doesn't see any activity in the coming week."
0 commit comments