Skip to content

Commit 5c9e203

Browse files
committed
Sync auto-close-issues.yml from .github repo
1 parent 8d5f6cf commit 5c9e203

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/auto-close-issues.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ jobs:
66
close_stale:
77
runs-on: [self-hosted, linux, x64, big]
88
steps:
9-
- uses: actions/stale@main
9+
- uses: actions/stale@v10.2.0
1010
with:
1111
days-before-stale: 21
1212
days-before-close: 7
1313
stale-issue-message: "This issue has been marked stale and will be closed in 7 days unless updated."
1414
close-issue-message: "Closing as stale, feel free to reopen!"
1515
stale-pr-message: "This PR has been marked stale and will be closed in 7 days unless updated."
1616
close-pr-message: "Closing as stale, feel free to reopen!"
17-
exempt-issue-labels: "pinned,security"
17+
exempt-issue-labels: "pinned,security"

0 commit comments

Comments
 (0)