From 9accafe28bad4240892a1351e3d050a1f94db58b Mon Sep 17 00:00:00 2001 From: LizardByte-bot <108553330+LizardByte-bot@users.noreply.github.com> Date: Thu, 12 Oct 2023 12:16:45 -0400 Subject: [PATCH] ci: update global workflows (#9) --- .github/workflows/codeql.yml | 10 ++++++++++ .github/workflows/issues-stale.yml | 4 ++-- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index bedd996..95349bb 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -99,6 +99,16 @@ jobs: matrix: ${{ fromJson(needs.languages.outputs.matrix) }} steps: + - name: Maximize build space + uses: easimon/maximize-build-space@v8 + with: + root-reserve-mb: 20480 + remove-dotnet: ${{ (matrix.language == 'csharp' && 'false') || 'true' }} + remove-android: 'true' + remove-haskell: 'true' + remove-codeql: 'false' + remove-docker-images: 'true' + - name: Checkout repository uses: actions/checkout@v4 with: diff --git a/.github/workflows/issues-stale.yml b/.github/workflows/issues-stale.yml index 3ba3886..aecc824 100644 --- a/.github/workflows/issues-stale.yml +++ b/.github/workflows/issues-stale.yml @@ -31,12 +31,12 @@ jobs: exempt-pr-labels: 'dependencies,l10n' stale-issue-label: 'stale' stale-issue-message: > - :wave: @{issue-author}, It seems this issue hasn't had any activity in the past 90 days. + It seems this issue hasn't had any activity in the past 90 days. If it's still something you'd like addressed, please let us know by leaving a comment. Otherwise, to help keep our backlog tidy, we'll be closing this issue in 10 days. Thanks! stale-pr-label: 'stale' stale-pr-message: > - :wave: @{issue-author}, It looks like this PR has been idle for 90 days. + It looks like this PR has been idle for 90 days. If it's still something you're working on or would like to pursue, please leave a comment or update your branch. Otherwise, we'll be closing this PR in 10 days to reduce our backlog. Thanks!