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
1. Use latest `actions/checkout` version, suppressing old node
version warning.
2. Run ubuntu-latest.
3. Fix some yaml syntax.
4. Use latest `actions/stale` version, suppressing old node
version warning.
Signed-off-by: Yongmin Hong <[email protected]>
Co-authored-by: zlzleking <[email protected]>
Copy file name to clipboardexpand all lines: .github/workflows/stale.yml
+2-1
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,4 @@
1
+
---
1
2
name: "Automatically close stale issues/PRs"
2
3
on:
3
4
workflow_dispatch:
@@ -9,7 +10,7 @@ jobs:
9
10
stale:
10
11
runs-on: ubuntu-latest
11
12
steps:
12
-
- uses: actions/stale@v4
13
+
- uses: actions/stale@v9
13
14
with:
14
15
stale-issue-message: 'This issue is stale because it has been open for 180 days with no activity. Remove stale label or comment on it or it will be closed in 2 weeks.'
15
16
stale-pr-message: 'This pull request is stale because it has been open for 180 days with no activity. Remove stale label or comment on it or it will be closed in 2 weeks.'
0 commit comments