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
+8-9Lines changed: 8 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -2,17 +2,16 @@ name: Mark stale issues and pull requests
2
2
3
3
on:
4
4
schedule:
5
-
- cron: "30 1 * * *"
5
+
- cron: "30 1 * * *"
6
6
7
7
jobs:
8
8
stale:
9
-
10
9
runs-on: ubuntu-latest
11
-
12
10
steps:
13
-
- uses: actions/stale@v1
14
-
with:
15
-
repo-token: ${{ secrets.GITHUB_TOKEN }}
16
-
stale-issue-message: 'This issue is stale because it has been open 120 days with no activity. Remove stale label or comment or this will be closed in 5 days'
17
-
days-before-stale: 120
18
-
days-before-close: 5
11
+
- uses: actions/stale@v3.0.10
12
+
with:
13
+
repo-token: ${{ secrets.GITHUB_TOKEN }}
14
+
stale-issue-message: "This issue is stale because it has been open 120 days with no activity. Remove stale label or comment or this will be closed in 5 days"
15
+
stale-pr-message: 'It has been open 120 days with no activity. Remove stale label or comment or this will be closed in 5 days'
0 commit comments