Skip to content

It would be nice to have an API route with number of contributions so that we can integrate it in the User Contributions screen of the app. #2

It would be nice to have an API route with number of contributions so that we can integrate it in the User Contributions screen of the app.

It would be nice to have an API route with number of contributions so that we can integrate it in the User Contributions screen of the app. #2

Workflow file for this run

name: Top issues action.
#on:
# schedule:
# - cron: '0 0 */1 * *'
on:
issues:
types: [opened, transferred]
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: true
dashboard: true
dashboard_title: 👍 Top Issues Dashboard
dashboard_show_total_reactions: true
top_issues: true
top_bugs: true
top_features: true
top_pull_requests: true
top_list_size: 20