{"id":15090054,"url":"https://github.com/mulecode/github-action-comment-manager","last_synced_at":"2026-01-04T22:31:20.747Z","repository":{"id":254854477,"uuid":"847749513","full_name":"mulecode/github-action-comment-manager","owner":"mulecode","description":"Github plugin for commenting PR's","archived":false,"fork":false,"pushed_at":"2024-08-26T20:33:40.000Z","size":18,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-01-26T11:12:42.770Z","etag":null,"topics":["actions","github"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mulecode.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}},"created_at":"2024-08-26T13:27:45.000Z","updated_at":"2024-08-26T20:33:16.000Z","dependencies_parsed_at":"2024-08-26T15:54:23.982Z","dependency_job_id":null,"html_url":"https://github.com/mulecode/github-action-comment-manager","commit_stats":null,"previous_names":["mulecode/github-action-comment-manager"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mulecode%2Fgithub-action-comment-manager","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mulecode%2Fgithub-action-comment-manager/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mulecode%2Fgithub-action-comment-manager/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mulecode%2Fgithub-action-comment-manager/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mulecode","download_url":"https://codeload.github.com/mulecode/github-action-comment-manager/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244825183,"owners_count":20516587,"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","github"],"created_at":"2024-09-25T09:04:22.165Z","updated_at":"2026-01-04T22:31:20.718Z","avatar_url":"https://github.com/mulecode.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Comment Manager\n\nGitHub plugin for commenting PR's\n\n## How to use it\n\nwith commentBody:\n\n```yaml\n  test_commenter:\n    runs-on: ubuntu-latest\n    steps:\n      - uses: actions/checkout@v4\n      - uses: mulecode/github-action-comment-manager@main\n        with:\n          authToken: ${{ secrets.GITHUB_TOKEN }}\n          issueNumber: ${{ github.event.pull_request.number }}\n          commentTitle: \"TEST-1234\"\n          commentBody: |\n            Hello, I am a comment.\n            Thank you!\n```\n\nwith commentBody:\n\n```yaml\n  test_commenter:\n    runs-on: ubuntu-latest\n    steps:\n      - uses: actions/checkout@v4\n      - uses: mulecode/github-action-comment-manager@main\n        with:\n          authToken: ${{ secrets.GITHUB_TOKEN }}\n          issueNumber: ${{ github.event.pull_request.number }}\n          commentTitle: \"TEST-1234\"\n          commentBodyFile: ./file_content.text\n```\n\nThe commentTitle is used to identify the comment,\nif the comment already exists, it will be updated, otherwise it will be created.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmulecode%2Fgithub-action-comment-manager","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmulecode%2Fgithub-action-comment-manager","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmulecode%2Fgithub-action-comment-manager/lists"}