mirror of
https://github.com/anuraghazra/github-readme-stats.git
synced 2024-12-15 06:04:17 +08:00
24 lines
580 B
YAML
24 lines
580 B
YAML
name: Update top issues dashboard
|
|
on:
|
|
schedule:
|
|
- cron: "0 0 */3 * *"
|
|
|
|
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 }}
|
|
with:
|
|
filter: "1772"
|
|
label: false
|
|
dashboard: true
|
|
dashboard_show_total_reactions: true
|
|
top_issues: true
|
|
top_bugs: true
|
|
top_features: true
|
|
top_pull_requests: true
|