mirror of
https://github.com/System-End/github-readme-stats.git
synced 2026-04-20 00:35:23 +00:00
ci: fix top-issues action (#2803)
This commit is contained in:
parent
5696c96372
commit
fec686a432
1 changed files with 3 additions and 3 deletions
6
.github/workflows/top-issues-dashboard.yml
vendored
6
.github/workflows/top-issues-dashboard.yml
vendored
|
|
@ -2,6 +2,7 @@ name: Update top issues dashboard
|
|||
on:
|
||||
schedule:
|
||||
- cron: "0 0 */3 * *"
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
showAndLabelTopIssues:
|
||||
|
|
@ -24,6 +25,5 @@ jobs:
|
|||
top_pull_requests: true
|
||||
custom_pull_requests_label: themes
|
||||
top_custom_pull_requests_label: ":star: top themes"
|
||||
top_custom_pull_requests_label_description:
|
||||
The description used for the top custom pull requests.
|
||||
top_custom_pull_requests_label_colour: #A23599
|
||||
top_custom_pull_requests_label_description: Top themes
|
||||
top_custom_pull_requests_label_colour: "#A23599"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue