{"id":15763561,"url":"https://github.com/casperdcl/comment-bot","last_synced_at":"2025-10-12T08:42:52.517Z","repository":{"id":223393333,"uuid":"760198288","full_name":"casperdcl/comment-bot","owner":"casperdcl","description":"Tag commits by commenting in GitHub issues \u0026 PRs","archived":false,"fork":false,"pushed_at":"2025-02-04T16:32:36.000Z","size":5,"stargazers_count":0,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"v1","last_synced_at":"2025-09-09T22:41:22.803Z","etag":null,"topics":["actions","bot","github-actions"],"latest_commit_sha":null,"homepage":"","language":null,"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/casperdcl.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-02-20T00:56:22.000Z","updated_at":"2025-02-04T16:32:16.000Z","dependencies_parsed_at":"2024-02-20T02:28:09.723Z","dependency_job_id":"434d5df2-5ae5-4505-91aa-81f7d2322140","html_url":"https://github.com/casperdcl/comment-bot","commit_stats":{"total_commits":2,"total_committers":1,"mean_commits":2.0,"dds":0.0,"last_synced_commit":"22c2828ed46a6abbff3e4a9428e9d4a78afdaf4a"},"previous_names":["casperdcl/tag-bot"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/casperdcl/comment-bot","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/casperdcl%2Fcomment-bot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/casperdcl%2Fcomment-bot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/casperdcl%2Fcomment-bot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/casperdcl%2Fcomment-bot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/casperdcl","download_url":"https://codeload.github.com/casperdcl/comment-bot/tar.gz/refs/heads/v1","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/casperdcl%2Fcomment-bot/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279010789,"owners_count":26084807,"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","status":"online","status_checked_at":"2025-10-12T02:00:06.719Z","response_time":53,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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","bot","github-actions"],"created_at":"2024-10-04T12:00:26.803Z","updated_at":"2025-10-12T08:42:52.500Z","avatar_url":"https://github.com/casperdcl.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Tag Comment Bot\n\n## Example Usage\n\nAdd to `.github/workflows/comment-bot.yml`:\n\n```yml\n# runs on any comment matching the format `/tag \u003ctagname\u003e \u003ccommit\u003e`\nname: Comment Bot\non:\n  issue_comment: {types: [created]}\n  pull_request_review_comment: {types: [created]}\njobs:\n  tag:\n    runs-on: ubuntu-latest\n    permissions: {contents: write, pull-requests: write, issues: write}\n    steps:\n    - uses: actions/checkout@v4\n      with:\n        fetch-depth: 0\n        token: ${{ secrets.GH_TOKEN | github.token }}\n    - uses: casperdcl/comment-bot@v1\n      with:\n        token: ${{ secrets.GH_TOKEN | github.token }}\n```\n\nThen comment on an issue or pull request with `/tag \u003ctagname\u003e \u003ccommit\u003e` (e.g. `/tag v1.33.7 d34db33`).\n\n\u003e [!NOTE]\n\u003e The created tag will NOT trigger any `on.tag` workflow runs if using the default `github.token`. Instead, use a [personal access token](https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/managing-your-personal-access-tokens) to trigger `on.tag` workflow runs.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcasperdcl%2Fcomment-bot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcasperdcl%2Fcomment-bot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcasperdcl%2Fcomment-bot/lists"}