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.yaml
+5-6Lines changed: 5 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -11,14 +11,13 @@ jobs:
11
11
stale:
12
12
runs-on: ubuntu-latest
13
13
steps:
14
-
- uses: actions/stale@v9
14
+
- uses: actions/stale@v10
15
15
with:
16
-
stale-issue-message: 'This issue has been marked as stale due to 30 days of inactivity. To prevent automatic closure in 7 days, remove the stale label or add a comment. You can reopen a closed issue at any time.'
17
-
stale-pr-message: 'This pull request has been marked as stale due to 30 days of inactivity. To prevent automatic closure in 7 days, remove the stale label or add a comment. You can reopen a closed pull request at any time.'
18
-
exempt-issue-labels: bug,enhancement
19
-
exempt-pr-labels: bug,enhancement
16
+
stale-issue-message: 'This issue has been marked as stale due to 30 days of inactivity.'
17
+
stale-pr-message: 'This pull request has been marked as stale due to 30 days of inactivity.'
0 commit comments