mirror of
https://github.com/System-End/github-readme-stats.git
synced 2026-04-19 19:55:16 +00:00
ci: add top-issues-dashboard action
This commit adds the top issues dashboard action which creates a issue displaying the top issues of the week.
This commit is contained in:
parent
dd5a41d696
commit
663fbae49a
1 changed files with 20 additions and 0 deletions
20
.github/workflows/top-issues-dashboard.yml
vendored
Normal file
20
.github/workflows/top-issues-dashboard.yml
vendored
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
name: Update top issues dashboard.
|
||||
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 }}
|
||||
label: false
|
||||
dashboard: true
|
||||
top_issues: true
|
||||
top_bugs: true
|
||||
top_features: true
|
||||
top_pull_requests: true
|
||||
Loading…
Add table
Reference in a new issue