Skip to content

Commit 7484487

Browse files
authored
create Top-Ranking Issues workflow
1 parent 1911138 commit 7484487

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
name: Top-Ranking Issues
2+
on:
3+
schedule:
4+
- cron: '0 0 */1 * *'
5+
workflow_dispatch:
6+
7+
jobs:
8+
ShowAndLabelTopIssues:
9+
name: Display and label top issues.
10+
runs-on: ubuntu-latest
11+
steps:
12+
- name: Top Issues action
13+
uses: rickstaa/[email protected]
14+
env:
15+
github_token: ${{ secrets.GITHUB_TOKEN }}
16+
with:
17+
dashboard: true
18+
dashboard_show_total_reactions: true
19+
top_list_size: 10
20+
top_features: true
21+
top_bugs: true
22+
dashboard_title: Top-Ranking Issues 📈
23+
dashboard_label: ⭐ Dashboard
24+
hide_dashboard_footer: true
25+
top_issues: false

0 commit comments

Comments
 (0)