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/close-stale-issues.yml
+9-6Lines changed: 9 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -9,11 +9,14 @@ jobs:
9
9
close-stale-issues:
10
10
runs-on: ubuntu-latest
11
11
steps:
12
-
- uses: actions/stale@v3
12
+
- uses: actions/stale@v9
13
13
with:
14
14
repo-token: ${{ secrets.GITHUB_TOKEN }}
15
-
stale-issue-message: "This issue is stale because it has been open 90 days with no activity. Remove stale label or comment or this will be closed in 14 days"
16
-
stale-pr-message: "This PR is stale because it has been open 90 days with no activity. Remove stale label or comment or this will be closed in 14 days"
17
-
days-before-stale: 90
18
-
days-before-close: 14
19
-
stale-pr-label: stale
15
+
stale-issue-message: "This issue is stale because it has been open 182 days with no activity. Remove stale label or comment or this will be closed in 28 days"
16
+
stale-pr-message: "This PR is stale because it has been open 182 days with no activity. Remove stale label or comment or this will be closed in 28 days"
17
+
close-issue-message: "Issue was closed due to inactivity."
18
+
close-pr-message: "PR was closed due to inactivity."
0 commit comments