Skip to content

Commit

Permalink
ci: Fix top issues
Browse files Browse the repository at this point in the history
  • Loading branch information
teolemon authored and raphael0202 committed Aug 17, 2023
1 parent 7ab981d commit 76a6d73
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions .github/workflows/top-issues.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,7 @@
name: Top issues action.
#on:
# schedule:
# - cron: '0 0 */1 * *'
#on:
# issues:
# types: [opened, transferred]
on:
push:
branches:
- top-issues
schedule:
- cron: '0 0 */1 * *'
jobs:
ShowAndLabelTopIssues:
name: Display and label top issues.
Expand All @@ -21,8 +14,10 @@ jobs:
with:
label: true
dashboard: true
dashboard_title: 👍 Top Issues Dashboard
dashboard_show_total_reactions: true
top_issues: true
top_bugs: true
top_features: true
top_pull_requests: true
top_list_size: 20

0 comments on commit 76a6d73

Please sign in to comment.