Skip to content

Commit e082498

Browse files
committed
Sync auto-close-issues.yml from .github repo
1 parent d29e08b commit e082498

File tree

1 file changed

+2
-19
lines changed

1 file changed

+2
-19
lines changed
Lines changed: 2 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,17 @@
11
name: "Close stale issues and PRs once a week"
2-
32
on:
4-
53
schedule:
6-
74
- cron: '0 0 * * 0'
8-
95
jobs:
10-
116
close_stale:
12-
13-
runs-on: self-hosted
14-
7+
runs-on: [self-hosted, linux, x64, big]
158
steps:
16-
179
- uses: actions/stale@main
18-
1910
with:
20-
2111
days-before-stale: 21
22-
2312
days-before-close: 7
24-
2513
stale-issue-message: "This issue has been marked stale and will be closed in 7 days unless updated."
26-
2714
close-issue-message: "Closing as stale, feel free to reopen!"
28-
2915
stale-pr-message: "This PR has been marked stale and will be closed in 7 days unless updated."
30-
3116
close-pr-message: "Closing as stale, feel free to reopen!"
32-
33-
exempt-issue-labels: "pinned,security"
34-
17+
exempt-issue-labels: "pinned,security"

0 commit comments

Comments
 (0)