From 15cb42822c48f5a0329bc2e4148f3ea76dad49d0 Mon Sep 17 00:00:00 2001 From: LizardByte-bot <108553330+LizardByte-bot@users.noreply.github.com> Date: Sat, 11 Apr 2026 19:07:00 +0000 Subject: [PATCH 1/3] chore: update global workflows --- .github/workflows/top_issues.yml | 35 -------------------------------- 1 file changed, 35 deletions(-) delete mode 100644 .github/workflows/top_issues.yml diff --git a/.github/workflows/top_issues.yml b/.github/workflows/top_issues.yml deleted file mode 100644 index 13e1bf5..0000000 --- a/.github/workflows/top_issues.yml +++ /dev/null @@ -1,35 +0,0 @@ ---- -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 - permissions: - contents: read - issues: write - runs-on: ubuntu-latest - steps: - - name: Top issues action - uses: rickstaa/top-issues-action@7e8dda5d5ae3087670f9094b9724a9a091fc3ba1 # v1.3.101 - env: - github_token: ${{ secrets.GITHUB_TOKEN }} - with: - dashboard: true - dashboard_show_total_reactions: true - label: false - top_bugs: false - top_features: false - top_issues: true - top_list_size: 10 - top_pull_requests: false From 5ac9e0b0e5f1ff1a00a588a03c2ecd720e7de259 Mon Sep 17 00:00:00 2001 From: LizardByte-bot <108553330+LizardByte-bot@users.noreply.github.com> Date: Sat, 11 Apr 2026 19:10:20 +0000 Subject: [PATCH 2/3] chore: update global workflows --- .github/dependabot.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 53fc337..9ce306a 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: From f88c905df06fbc8faf2d05f2dc5f6e94784cafd2 Mon Sep 17 00:00:00 2001 From: LizardByte-bot <108553330+LizardByte-bot@users.noreply.github.com> Date: Sun, 12 Apr 2026 02:22:38 +0000 Subject: [PATCH 3/3] chore: update global workflows --- .github/workflows/_top-issues.yml | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 .github/workflows/_top-issues.yml diff --git a/.github/workflows/_top-issues.yml b/.github/workflows/_top-issues.yml new file mode 100644 index 0000000..3072822 --- /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