{"id":20563155,"url":"https://github.com/arndom/issue-stats-card","last_synced_at":"2025-04-14T14:42:29.309Z","repository":{"id":65158949,"uuid":"433474264","full_name":"arndom/issue-stats-card","owner":"arndom","description":"Analyse a github repo's issues then generates a table of stats for quick info.","archived":false,"fork":false,"pushed_at":"2021-12-09T03:11:45.000Z","size":903,"stargazers_count":9,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-28T03:41:14.535Z","etag":null,"topics":["actions","active","activity","github-actions","github-api","github-workflows","issue","issue-tracker","issues","readme","statistics","utility","workflow"],"latest_commit_sha":null,"homepage":"https://github.com/marketplace/actions/issue-stats-card","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/arndom.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-11-30T15:02:54.000Z","updated_at":"2024-06-04T15:31:56.000Z","dependencies_parsed_at":"2023-01-04T12:36:08.374Z","dependency_job_id":null,"html_url":"https://github.com/arndom/issue-stats-card","commit_stats":{"total_commits":74,"total_committers":2,"mean_commits":37.0,"dds":0.2567567567567568,"last_synced_commit":"e9a44f0e20edf76f83934c17c7a7d8d9e29530c0"},"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arndom%2Fissue-stats-card","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arndom%2Fissue-stats-card/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arndom%2Fissue-stats-card/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arndom%2Fissue-stats-card/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/arndom","download_url":"https://codeload.github.com/arndom/issue-stats-card/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248898599,"owners_count":21179802,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["actions","active","activity","github-actions","github-api","github-workflows","issue","issue-tracker","issues","readme","statistics","utility","workflow"],"created_at":"2024-11-16T04:16:45.867Z","updated_at":"2025-04-14T14:42:29.285Z","avatar_url":"https://github.com/arndom.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Live Preview\n\n\u003c!-- \u003c-ISSUE-STAT-HERE-\u003e --\u003e\n| Issue Statistics | Values |\n| - | :-: |\n| Closed Issues 📪 | 1 |\n| Open Issues 📫 | 0 |\n| Total Issues 🔢 | 1 |\n| Replied Issues ☑ | 0 |\n| Not Replied Issues ➖ | 1 |\n| Avg. Issue Response Time ⏱ | NA |\n\u003c!-- \u003c-ISSUE-END-HERE-\u003e --\u003e\n\n## How to use\n\n1. Star this repo p\u001f\u0018\t\n2. Go to your special repository(repo with name the same as git username).\n3. Add the following section to your **README.md** file, you can give whatever title you want. Just make sure that you use `\u003c!-- \u003c-ISSUE-STAT-HERE-\u003e --\u003e\u003c!-- \u003c-ISSUE-END-HERE-\u003e --\u003e` in your readme. The workflow will replace this comment with the actual blog post list:\n\n   ```markdown\n   # ISSUE STATS\n   \u003c!-- \u003c-ISSUE-STAT-HERE-\u003e --\u003e\n   \u003c!-- \u003c-ISSUE-END-HERE-\u003e --\u003e\n   ```\n4. Create a folder named `.github` and create a `workflows` folder inside it, if it doesn't exist.\n5. Create a new file named `issue-stat-workflow.yml` with the following contents inside the workflow folder:\n\n```yaml\nname: Issue Stats Card\n\non:\n  issues:\n    types: [opened, edited, closed]\n  issue_comment:\n    types: [created, deleted]\n  workflow_dispatch: # Run workflow manually (without waiting for the cron to be called), through the Github Actions Workflow page directly\n\njobs:\n  get_repo_issue_stats:\n    runs-on: ubuntu-latest\n    name: Get repo issue stats\n    steps:\n    - name: Checkout\n      uses: actions/checkout@v2\n    - name: Get issue stats then generate card \n      uses: arndom/issue-stats-card@v1\n```\n\n6. Commit and wait for it to run automatically or you can also trigger it manually to see the result instantly.\n\n## Special thanks to\n\n- All users of the workflow\n- All Collaborators of this project\n- Dev.to for the github actions hackathon that inspired me to build this\n- [@gautamkrishnar](https://github.com/gautamkrishnar) for writing awesome action code that helped me find my way around.\n\n## Liked it?\n\nHope you like this, Don't forget to give this a star b-\u0010\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farndom%2Fissue-stats-card","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Farndom%2Fissue-stats-card","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farndom%2Fissue-stats-card/lists"}