{"id":49537370,"url":"https://github.com/winterjung/comment","last_synced_at":"2026-05-04T10:01:34.594Z","repository":{"id":57883469,"uuid":"246655514","full_name":"winterjung/comment","owner":"winterjung","description":"GitHub action to comment on pr, issue","archived":false,"fork":false,"pushed_at":"2024-05-20T22:31:35.000Z","size":18,"stargazers_count":22,"open_issues_count":3,"forks_count":7,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-05-01T12:33:37.816Z","etag":null,"topics":["action","actions","github-action","github-actions"],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/winterjung.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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}},"created_at":"2020-03-11T18:54:51.000Z","updated_at":"2026-01-13T16:20:57.000Z","dependencies_parsed_at":"2024-09-17T11:12:35.834Z","dependency_job_id":null,"html_url":"https://github.com/winterjung/comment","commit_stats":{"total_commits":13,"total_committers":3,"mean_commits":4.333333333333333,"dds":"0.15384615384615385","last_synced_commit":"7af0d1ab62257f8b55f0fdc36d1adc5aaab75dd3"},"previous_names":["winterjung/comment","jungwinter/comment"],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/winterjung/comment","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/winterjung%2Fcomment","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/winterjung%2Fcomment/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/winterjung%2Fcomment/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/winterjung%2Fcomment/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/winterjung","download_url":"https://codeload.github.com/winterjung/comment/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/winterjung%2Fcomment/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32533344,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-02T11:28:32.350Z","status":"ssl_error","status_checked_at":"2026-05-02T11:27:30.140Z","response_time":132,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["action","actions","github-action","github-actions"],"created_at":"2026-05-02T12:01:58.755Z","updated_at":"2026-05-02T12:01:59.596Z","avatar_url":"https://github.com/winterjung.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Comment\n\n[![Actions Status](https://github.com/winterjung/comment/workflows/ci/badge.svg)](https://github.com/winterjung/comment/actions)\n\n\u003e GitHub action to comment on PR, issue\n\n## Inputs\n\n- `type`: `create`, `edit` or `delete`\n- `token`: GitHub token\n- `body`: Comment body. Required with `create` and `edit` type.\n- `comment_id`: Comment id to edit body. Required with `edit` and `delete` type.\n- `issue_number`: Number of PR, issue to comment. Required with `create` type.\n\n## Outputs\n\n- `id`: Created or edited comment id. Empty string for delete.\n- `body`: Comment body. Empty string for delete.\n\n## Example\n\n```yaml\nname: comment example\njobs:\n  example:\n    runs-on: ubuntu-latest\n    steps:\n      - name: Create comment\n        uses: winterjung/comment@v1\n        id: create\n        with:\n          type: create\n          body: \"- [ ] Run tests\"\n          issue_number: '1'\n          token: ${{ secrets.GITHUB_TOKEN }}\n\n      - name: Update comment\n        uses: winterjung/comment@v1\n        with:\n          type: edit\n          body: \"- [x] Run tests\"\n          comment_id: ${{ steps.create.outputs.id }}\n          token: ${{ secrets.GITHUB_TOKEN }}\n\n      - name: Delete comment\n        uses: winterjung/comment@v1\n        with:\n          type: delete\n          comment_id: ${{ steps.create.outputs.id }}\n          token: ${{ secrets.GITHUB_TOKEN }}\n```\n\n---\n\n[MIT license]\n\n\n[MIT license]: LICENSE\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwinterjung%2Fcomment","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwinterjung%2Fcomment","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwinterjung%2Fcomment/lists"}