We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1911138 commit 7484487Copy full SHA for 7484487
.github/workflows/top-ranking-issues.yml
@@ -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