Analyse a github repo's issues then generates a table of stats for quick info.
Live Preview
Issue Statistics
Values
Closed Issues 📪
1
Open Issues 📫
0
Total Issues 🔢
1
Replied Issues ☑
0
Not Replied Issues ➖
1
Avg. Issue Response Time ⏱
NA
How to use
Star this repo p��
Go to your special repository(repo with name the same as git username).
Add the following section to your README.md file, you can give whatever title you want. Just make sure that you use <!-- <-ISSUE-STAT-HERE-> --><!-- <-ISSUE-END-HERE-> --> in your readme. The workflow will replace this comment with the actual blog post list:
name:Issue Stats Cardon:issues:types:[opened,edited,closed]issue_comment:types:[created,deleted]workflow_dispatch:# Run workflow manually (without waiting for the cron to be called), through the Github Actions Workflow page directlyjobs:get_repo_issue_stats:runs-on:ubuntu-latestname:Get repo issue statssteps:-name:Checkoutuses:actions/checkout@v2-name:Get issue stats then generate carduses:arndom/issue-stats-card@v1
Additional Resources / Info
Late submission incoming... been a wonderful hackathon, so glad I found the time to learn something new and make this.
Special thanks to @omzlaw for the help in my thought process and debugging.
Hope you like it 🤗, Don't forget to leave a star ⭐