2022-08-18 17:32:57 +08:00
|
|
|
name: Update top issues dashboard
|
2022-08-18 17:31:45 +08:00
|
|
|
on:
|
|
|
|
schedule:
|
|
|
|
- cron: "0 0 */7 * *"
|
|
|
|
|
|
|
|
jobs:
|
|
|
|
showAndLabelTopIssues:
|
|
|
|
name: Update top issues Dashboard.
|
|
|
|
runs-on: ubuntu-latest
|
|
|
|
steps:
|
|
|
|
- name: Run top issues action
|
|
|
|
uses: rickstaa/top-issues-action@v1
|
|
|
|
env:
|
|
|
|
github_token: ${{ secrets.GITHUB_TOKEN }}
|
2022-08-26 01:45:11 +08:00
|
|
|
with:
|
2022-08-18 17:31:45 +08:00
|
|
|
label: false
|
|
|
|
dashboard: true
|
2022-08-26 02:06:45 +08:00
|
|
|
dashboard_show_total_reactions: true
|
2022-08-18 17:31:45 +08:00
|
|
|
top_issues: true
|
|
|
|
top_bugs: true
|
|
|
|
top_features: true
|
|
|
|
top_pull_requests: true
|