Skip to content

Commit 52088a6

Browse files
ci: update global workflows (#138)
1 parent a0b61bc commit 52088a6

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

.github/workflows/codeql.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,16 @@ jobs:
9999
matrix: ${{ fromJson(needs.languages.outputs.matrix) }}
100100

101101
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+
102112
- name: Checkout repository
103113
uses: actions/checkout@v4
104114
with:

.github/workflows/issues-stale.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,12 @@ jobs:
3131
exempt-pr-labels: 'dependencies,l10n'
3232
stale-issue-label: 'stale'
3333
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.
3535
If it's still something you'd like addressed, please let us know by leaving a comment.
3636
Otherwise, to help keep our backlog tidy, we'll be closing this issue in 10 days. Thanks!
3737
stale-pr-label: 'stale'
3838
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.
4040
If it's still something you're working on or would like to pursue,
4141
please leave a comment or update your branch.
4242
Otherwise, we'll be closing this PR in 10 days to reduce our backlog. Thanks!

0 commit comments

Comments
 (0)