Skip to content

Commit

Permalink
ci: fix top-issues action (#2803)
Browse files Browse the repository at this point in the history
  • Loading branch information
rickstaa authored Jun 11, 2023
1 parent 5696c96 commit fec686a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/top-issues-dashboard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: Update top issues dashboard
on:
schedule:
- cron: "0 0 */3 * *"
workflow_dispatch:

jobs:
showAndLabelTopIssues:
Expand All @@ -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"

0 comments on commit fec686a

Please sign in to comment.