From ba1f3bba3a5cc98a2db12c25569020e32b962cd2 Mon Sep 17 00:00:00 2001 From: LizardByte-bot <108553330+LizardByte-bot@users.noreply.github.com> Date: Sat, 11 Apr 2026 22:58:28 -0400 Subject: [PATCH] chore: update global workflows (#4976) --- .github/dependabot.yml | 2 -- .github/workflows/_top-issues.yml | 27 +++++++++++++++++++++++++++ 2 files changed, 27 insertions(+), 2 deletions(-) create mode 100644 .github/workflows/_top-issues.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 53fc33755..9ce306acf 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -39,8 +39,6 @@ updates: timezone: "America/New_York" open-pull-requests-limit: 10 groups: - monorepo-dependencies: - group-by: dependency-name docker-actions: applies-to: version-updates patterns: diff --git a/.github/workflows/_top-issues.yml b/.github/workflows/_top-issues.yml new file mode 100644 index 000000000..3072822c6 --- /dev/null +++ b/.github/workflows/_top-issues.yml @@ -0,0 +1,27 @@ +--- +# This workflow is centrally managed in https://github.com/LizardByte/.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. + +# Create a top issues dashboard + +name: Top issues +permissions: {} + +on: + schedule: + - cron: '0 6/12 * * *' + workflow_dispatch: + +concurrency: + group: 'top-issues' + cancel-in-progress: true + +jobs: + top-issues: + name: Top issues + uses: LizardByte/.github/.github/workflows/__call-top-issues.yml@master + if: github.repository_owner == 'LizardByte' + permissions: + contents: read + issues: write