mirror of
https://github.com/System-End/github-readme-stats.git
synced 2026-04-19 19:55:16 +00:00
Bumps [rickstaa/top-issues-action](https://github.com/rickstaa/top-issues-action) from 1.3.18 to 1.3.28.
- [Release notes](https://github.com/rickstaa/top-issues-action/releases)
- [Commits](d2877f7138...2119b20f9d)
---
updated-dependencies:
- dependency-name: rickstaa/top-issues-action
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Alexandr <qwerty541zxc@gmail.com>
44 lines
1.2 KiB
YAML
44 lines
1.2 KiB
YAML
name: Update top issues dashboard
|
|
on:
|
|
schedule:
|
|
- cron: "0 0 */3 * *"
|
|
workflow_dispatch:
|
|
|
|
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
|
|
|
|
jobs:
|
|
showAndLabelTopIssues:
|
|
if: github.repository == 'anuraghazra/github-readme-stats'
|
|
name: Update top issues Dashboard.
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- name: Run top issues action
|
|
uses: rickstaa/top-issues-action@2119b20f9dc8f5895284957a8dfdc59d635042b4 # v1.3.28
|
|
env:
|
|
github_token: ${{ secrets.GITHUB_TOKEN }}
|
|
with:
|
|
top_list_size: 10
|
|
filter: "1772"
|
|
label: true
|
|
dashboard: true
|
|
dashboard_show_total_reactions: true
|
|
top_issues: true
|
|
top_bugs: true
|
|
top_features: true
|
|
top_pull_requests: true
|
|
custom_pull_requests_label: themes
|
|
top_custom_pull_requests_label: ":star: top themes"
|
|
top_custom_pull_requests_label_description: Top themes
|
|
top_custom_pull_requests_label_colour: "#A23599"
|