chore: update global workflows (#4976)

This commit is contained in:
LizardByte-bot
2026-04-11 22:58:28 -04:00
committed by GitHub
parent 4ea331e541
commit ba1f3bba3a
2 changed files with 27 additions and 2 deletions
-2
View File
@@ -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:
+27
View File
@@ -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