Skip to content

Commit 6d55f26

Browse files
committed
ci: Update .github/workflows/check-stale.yaml
1 parent 54abca0 commit 6d55f26

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/check-stale.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff 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+
---
23
name: "Close stale issues and PRs"
34
on:
45
schedule:
@@ -12,7 +13,7 @@ jobs:
1213
pull-requests: write
1314
contents: write
1415
steps:
15-
- uses: actions/stale@v9
16+
- uses: actions/stale@v10
1617
with:
1718
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."
1819
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

Comments
 (0)