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-issues.yml
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ jobs:
23
23
pull-requests: write
24
24
25
25
steps:
26
-
- uses: actions/stale@v9
26
+
- uses: actions/stale@v10
27
27
name: Standard issue and PR stale bot
28
28
with:
29
29
repo-token: ${{ secrets.GITHUB_TOKEN }}
@@ -40,7 +40,7 @@ jobs:
40
40
stale-issue-label: "stale"
41
41
stale-pr-label: "stale"
42
42
43
-
- uses: actions/stale@v9
43
+
- uses: actions/stale@v10
44
44
name: Question and Resolved issue stale bot
45
45
with:
46
46
repo-token: ${{ secrets.GITHUB_TOKEN }}
@@ -52,7 +52,7 @@ jobs:
52
52
stale-issue-message: "We have noticed this issue has been resolved for 5 days. If there is no action on this issue in the next 2 days, we will automatically close it. You can use `/stale-extend` to extend the window."
0 commit comments