From def6bc27a33dcaab6d35e429aca10c3d66b8d381 Mon Sep 17 00:00:00 2001 From: LizardByte-bot <108553330+LizardByte-bot@users.noreply.github.com> Date: Thu, 25 Jul 2024 17:36:11 +0000 Subject: [PATCH 1/4] chore: update global workflows --- .github/workflows/ci-docker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-docker.yml b/.github/workflows/ci-docker.yml index 603b66a..7553117 100644 --- a/.github/workflows/ci-docker.yml +++ b/.github/workflows/ci-docker.yml @@ -115,7 +115,7 @@ jobs: - name: Setup Release id: setup_release - uses: LizardByte/setup-release-action@v2024.714.140421 + uses: LizardByte/setup-release-action@v2024.717.220227 with: dotnet: ${{ needs.check_dockerfiles.outputs.dotnet }} github_token: ${{ secrets.GITHUB_TOKEN }} From 3f3c443e3e655b6169d59b2f1615c978ca8d71aa Mon Sep 17 00:00:00 2001 From: LizardByte-bot <108553330+LizardByte-bot@users.noreply.github.com> Date: Fri, 26 Jul 2024 02:39:34 +0000 Subject: [PATCH 2/4] chore: update global workflows --- .github/workflows/ci-docker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-docker.yml b/.github/workflows/ci-docker.yml index 7553117..8e14b6c 100644 --- a/.github/workflows/ci-docker.yml +++ b/.github/workflows/ci-docker.yml @@ -115,7 +115,7 @@ jobs: - name: Setup Release id: setup_release - uses: LizardByte/setup-release-action@v2024.717.220227 + uses: LizardByte/setup-release-action@v2024.725.234618 with: dotnet: ${{ needs.check_dockerfiles.outputs.dotnet }} github_token: ${{ secrets.GITHUB_TOKEN }} From e936b8aa25040087fea5607d075aca0109331303 Mon Sep 17 00:00:00 2001 From: LizardByte-bot <108553330+LizardByte-bot@users.noreply.github.com> Date: Sun, 28 Jul 2024 00:57:37 +0000 Subject: [PATCH 3/4] chore: update global workflows --- .github/workflows/issues-stale.yml | 61 ------------------------------ 1 file changed, 61 deletions(-) delete mode 100644 .github/workflows/issues-stale.yml diff --git a/.github/workflows/issues-stale.yml b/.github/workflows/issues-stale.yml deleted file mode 100644 index deb3d74..0000000 --- a/.github/workflows/issues-stale.yml +++ /dev/null @@ -1,61 +0,0 @@ ---- -# This action is centrally managed in https://github.com//.github/ -# Don't make changes to this file in this repo as they will be overwritten with changes made to the same file in -# the above-mentioned repo. - -# Manage stale issues and PRs. - -name: Stale Issues / PRs - -on: - schedule: - - cron: '00 10 * * *' - -jobs: - stale: - name: Check Stale Issues / PRs - if: startsWith(github.repository, 'LizardByte/') - runs-on: ubuntu-latest - steps: - - name: Stale - uses: actions/stale@v9 - with: - close-issue-message: > - This issue was closed because it has been stalled for 10 days with no activity. - close-pr-message: > - This PR was closed because it has been stalled for 10 days with no activity. - days-before-stale: 90 - days-before-close: 10 - exempt-all-assignees: true - exempt-issue-labels: 'added,fixed' - exempt-pr-labels: 'dependencies,l10n' - stale-issue-label: 'stale' - stale-issue-message: > - 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: > - 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! - repo-token: ${{ secrets.GH_BOT_TOKEN }} - - - name: Invalid Template - uses: actions/stale@v9 - with: - close-issue-message: > - This issue was closed because the the template was not completed after 5 days. - close-pr-message: > - This PR was closed because the the template was not completed after 5 days. - days-before-stale: 0 - days-before-close: 5 - only-labels: 'invalid:template-incomplete' - stale-issue-label: 'invalid:template-incomplete' - stale-issue-message: > - Invalid issues template. - stale-pr-label: 'invalid:template-incomplete' - stale-pr-message: > - Invalid PR template. - repo-token: ${{ secrets.GH_BOT_TOKEN }} From b2f1fbd4494941bb25efb8aa51d34b418e8d8f2b Mon Sep 17 00:00:00 2001 From: LizardByte-bot <108553330+LizardByte-bot@users.noreply.github.com> Date: Sun, 28 Jul 2024 01:01:12 +0000 Subject: [PATCH 4/4] chore: update global workflows --- .github/dependabot.yml | 2 +- .github/label-actions.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 6eb0cda..b736c94 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,5 +1,5 @@ --- -# This action is centrally managed in https://github.com//.github/ +# This file is centrally managed in https://github.com//.github/ # Don't make changes to this file in this repo as they will be overwritten with changes made to the same file in # the above-mentioned repo. diff --git a/.github/label-actions.yml b/.github/label-actions.yml index 2949601..653cf86 100644 --- a/.github/label-actions.yml +++ b/.github/label-actions.yml @@ -1,5 +1,5 @@ --- -# This action is centrally managed in https://github.com//.github/ +# This file is centrally managed in https://github.com//.github/ # Don't make changes to this file in this repo as they will be overwritten with changes made to the same file in # the above-mentioned repo.