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

Updated

Updated #2

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:
label: false
dashboard: true
dashboard_show_total_reactions: true
top_issues: true
top_bugs: false
top_features: false
top_pull_requests: false