Skip to content
This repository has been archived by the owner on Jun 24, 2024. It is now read-only.

Top issues action.

Top issues action. #92

name: Top issues action.
#on: [push]
on:
schedule:
- cron: '0 0 */1 * *'
jobs:
ShowAndLabelTopIssues:
name: Display and label top issues.
runs-on: ubuntu-latest
steps:
- name: Run top issues action
uses: rickstaa/top-issues-action@v1
env:
github_token: ${{ secrets.GITHUB_TOKEN }}
with:
top_list_size: 5
label: true
dashboard: true
dashboard_show_total_reactions: true
top_issues: true
top_bugs: false
top_features: false
top_pull_requests: false