File tree Expand file tree Collapse file tree 1 file changed +1
-19
lines changed Expand file tree Collapse file tree 1 file changed +1
-19
lines changed Original file line number Diff line number Diff line change 6
6
7
7
jobs :
8
8
stale :
9
- runs-on : ubuntu-latest
10
- steps :
11
- - uses : actions/stale@v5
12
- with :
13
- days-before-stale : 20
14
- days-before-close : 5
15
- stale-issue-message : >
16
- This issue has been automatically marked as stale because it has not had
17
- recent activity. It will be closed if no further activity occurs. Thank you
18
- for your contributions.
19
- stale-pr-message : >
20
- This PR has been automatically marked as stale because it has not had
21
- recent activity. It will be closed if no further activity occurs. Thank you
22
- for your contributions.
23
- stale-issue-label : ' status: stale'
24
- stale-pr-label : ' status: stale'
25
- close-issue-reason : not_planned
26
- exempt-issue-labels : ' pinned,security,status: pinned,type: security'
27
- exempt-pr-labels : ' pinned,security,status: pinned,type: security'
9
+ uses : EndBug/workflows/stale.yml@main
You can’t perform that action at this time.
0 commit comments