ci: increase top-issues dashboard update frequency

This commit is contained in:
rickstaa 2022-10-02 14:15:25 +02:00
parent f0daab11c8
commit 6f8bd9fe10
No known key found for this signature in database
GPG Key ID: 0BD7401D30D23E53

View File

@ -1,7 +1,7 @@
name: Update top issues dashboard
on:
schedule:
- cron: "0 0 */7 * *"
- cron: "0 0 */3 * *"
jobs:
showAndLabelTopIssues: