2022-08-18 17:32:57 +08:00
|
|
|
name: Update top issues dashboard
|
2022-08-18 17:31:45 +08:00
|
|
|
on:
|
|
|
|
schedule:
|
2022-10-02 20:15:25 +08:00
|
|
|
- cron: "0 0 */3 * *"
|
2023-06-11 08:20:08 +08:00
|
|
|
workflow_dispatch:
|
2022-08-18 17:31:45 +08:00
|
|
|
|
2023-07-02 15:06:04 +08:00
|
|
|
permissions:
|
|
|
|
actions: read
|
|
|
|
checks: read
|
|
|
|
contents: read
|
|
|
|
deployments: read
|
|
|
|
issues: write
|
|
|
|
discussions: read
|
|
|
|
packages: read
|
|
|
|
pages: read
|
|
|
|
pull-requests: write
|
|
|
|
repository-projects: read
|
|
|
|
security-events: read
|
|
|
|
statuses: read
|
|
|
|
|
2022-08-18 17:31:45 +08:00
|
|
|
jobs:
|
|
|
|
showAndLabelTopIssues:
|
2023-01-25 16:20:36 +08:00
|
|
|
if: github.repository == 'anuraghazra/github-readme-stats'
|
2022-08-18 17:31:45 +08:00
|
|
|
name: Update top issues Dashboard.
|
|
|
|
runs-on: ubuntu-latest
|
|
|
|
steps:
|
|
|
|
- name: Run top issues action
|
2023-07-23 04:34:24 +08:00
|
|
|
uses: rickstaa/top-issues-action@2119b20f9dc8f5895284957a8dfdc59d635042b4 # v1.3.28
|
2022-08-18 17:31:45 +08:00
|
|
|
env:
|
|
|
|
github_token: ${{ secrets.GITHUB_TOKEN }}
|
2022-08-26 01:45:11 +08:00
|
|
|
with:
|
2023-06-16 04:28:19 +08:00
|
|
|
top_list_size: 10
|
2022-09-25 17:16:37 +08:00
|
|
|
filter: "1772"
|
2023-06-06 16:54:17 +08:00
|
|
|
label: true
|
2022-08-18 17:31:45 +08:00
|
|
|
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
|
2023-06-06 16:54:17 +08:00
|
|
|
custom_pull_requests_label: themes
|
|
|
|
top_custom_pull_requests_label: ":star: top themes"
|
2023-06-11 08:20:08 +08:00
|
|
|
top_custom_pull_requests_label_description: Top themes
|
|
|
|
top_custom_pull_requests_label_colour: "#A23599"
|