Skip to content

Commit bdafbda

Browse files
chore: update global workflows
1 parent 047f18f commit bdafbda

1 file changed

Lines changed: 27 additions & 0 deletions

File tree

.github/workflows/_top-issues.yml

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
---
2+
# This workflow is centrally managed in https://github.com/LizardByte/.github/
3+
# Don't make changes to this file in this repo as they will be overwritten with changes made to the same file in
4+
# the above-mentioned repo.
5+
6+
# Create a top issues dashboard
7+
8+
name: Top issues
9+
permissions: {}
10+
11+
on:
12+
schedule:
13+
- cron: '0 6/12 * * *'
14+
workflow_dispatch:
15+
16+
concurrency:
17+
group: 'top-issues'
18+
cancel-in-progress: true
19+
20+
jobs:
21+
top-issues:
22+
name: Top issues
23+
uses: LizardByte/.github/.github/workflows/__call-top-issues.yml@master
24+
if: github.repository_owner == 'LizardByte'
25+
permissions:
26+
contents: read
27+
issues: write

0 commit comments

Comments
 (0)