File tree Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 99
99
matrix : ${{ fromJson(needs.languages.outputs.matrix) }}
100
100
101
101
steps :
102
+ - name : Maximize build space
103
+ uses : easimon/maximize-build-space@v8
104
+ with :
105
+ root-reserve-mb : 20480
106
+ remove-dotnet : ${{ (matrix.language == 'csharp' && 'false') || 'true' }}
107
+ remove-android : ' true'
108
+ remove-haskell : ' true'
109
+ remove-codeql : ' false'
110
+ remove-docker-images : ' true'
111
+
102
112
- name : Checkout repository
103
113
uses : actions/checkout@v4
104
114
with :
Original file line number Diff line number Diff line change @@ -31,12 +31,12 @@ jobs:
31
31
exempt-pr-labels : ' dependencies,l10n'
32
32
stale-issue-label : ' stale'
33
33
stale-issue-message : >
34
- :wave: @{issue-author}, It seems this issue hasn't had any activity in the past 90 days.
34
+ It seems this issue hasn't had any activity in the past 90 days.
35
35
If it's still something you'd like addressed, please let us know by leaving a comment.
36
36
Otherwise, to help keep our backlog tidy, we'll be closing this issue in 10 days. Thanks!
37
37
stale-pr-label : ' stale'
38
38
stale-pr-message : >
39
- :wave: @{issue-author}, It looks like this PR has been idle for 90 days.
39
+ It looks like this PR has been idle for 90 days.
40
40
If it's still something you're working on or would like to pursue,
41
41
please leave a comment or update your branch.
42
42
Otherwise, we'll be closing this PR in 10 days to reduce our backlog. Thanks!
You can’t perform that action at this time.
0 commit comments