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/check-stale.yaml
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,5 @@
1
-
##### This file is managed automatically. To update visit: https://github.com/qctrl/repositories-manager. #####
1
+
##### This file is managed automatically. To update visit: https://github.com/qctrl/repositories-manager. #####
2
+
---
2
3
name: "Close stale issues and PRs"
3
4
on:
4
5
schedule:
@@ -12,7 +13,7 @@ jobs:
12
13
pull-requests: write
13
14
contents: write
14
15
steps:
15
-
- uses: actions/stale@v9
16
+
- uses: actions/stale@v10
16
17
with:
17
18
stale-issue-message: "This issue is stale because it has been open for 30 days with no activity. Remove stale label or comment, or this issue will be closed in 5 days."
18
19
stale-pr-message: "This PR is stale because it has been open for 30 days with no activity. Remove stale label or comment, or this PR will be closed and the branch deleted in 5 days."
0 commit comments