This repository was archived by the owner on Dec 17, 2024. It is now read-only.
File tree 5 files changed +26
-22
lines changed
5 files changed +26
-22
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 14
14
- name : Setup Golang
15
15
uses : actions/setup-go@v3
16
16
with :
17
- go-version : ~1.20.0
17
+ go-version : ~1.21.5
18
18
19
19
- uses : actions/cache@v3
20
20
with :
Original file line number Diff line number Diff line change 13
13
- name : Setup Golang
14
14
uses : actions/setup-go@v3
15
15
with :
16
- go-version : ~1.20.0
16
+ go-version : ~1.21.5
17
17
18
18
- uses : actions/cache@v3
19
19
with :
Original file line number Diff line number Diff line change
1
+ name : ' Close stale issues and PRs'
2
+ on :
3
+ schedule :
4
+ - cron : ' 30 1 * * *'
5
+
6
+ jobs :
7
+ stale :
8
+ runs-on : ubuntu-latest
9
+ steps :
10
+ - uses : actions/stale@v9
11
+ with :
12
+ stale-issue-message : >
13
+ This issue has been automatically marked as stale because it has not had
14
+ recent activity. It will be closed if no further activity occurs. Thank you
15
+ for your contributions.
16
+ days-before-stale : 60
17
+ days-before-close : 7
18
+ stale-issue-label : stale
19
+ exempt-issue-labels :
20
+ - new-feature
21
+ - bug
22
+ - improvement
23
+ - docs
Original file line number Diff line number Diff line change 12
12
- name : Setup Golang
13
13
uses : actions/setup-go@v3
14
14
with :
15
- go-version : ~1.20.0
15
+ go-version : ~1.21.5
16
16
17
17
- uses : actions/cache@v3
18
18
with :
You can’t perform that action at this time.
0 commit comments