{"id":23451519,"url":"https://github.com/kanga333/comment-hider","last_synced_at":"2025-04-13T20:36:03.272Z","repository":{"id":39393400,"uuid":"280550182","full_name":"kanga333/comment-hider","owner":"kanga333","description":"Github Action to hide comments made by Github Action","archived":false,"fork":false,"pushed_at":"2023-11-09T19:45:23.000Z","size":943,"stargazers_count":8,"open_issues_count":5,"forks_count":7,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-12-17T03:08:02.880Z","etag":null,"topics":["comments","github-actions","github-actions-ci"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/kanga333.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-07-18T00:20:54.000Z","updated_at":"2024-09-22T16:55:42.000Z","dependencies_parsed_at":"2024-06-19T02:40:56.195Z","dependency_job_id":"65e7007c-7a1c-4afe-8f30-9f7e111f2380","html_url":"https://github.com/kanga333/comment-hider","commit_stats":{"total_commits":62,"total_committers":5,"mean_commits":12.4,"dds":0.4193548387096774,"last_synced_commit":"c12bb20b48aeb8fc098e35967de8d4f8018fffdf"},"previous_names":[],"tags_count":6,"template":false,"template_full_name":"actions/typescript-action","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kanga333%2Fcomment-hider","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kanga333%2Fcomment-hider/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kanga333%2Fcomment-hider/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kanga333%2Fcomment-hider/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kanga333","download_url":"https://codeload.github.com/kanga333/comment-hider/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":231033492,"owners_count":18317989,"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":["comments","github-actions","github-actions-ci"],"created_at":"2024-12-24T00:26:12.456Z","updated_at":"2024-12-24T00:26:13.149Z","avatar_url":"https://github.com/kanga333.png","language":"TypeScript","readme":"# Github Action to hide Bot comments\n\n![build-test](https://github.com/kanga333/comment-hider/workflows/build-test/badge.svg)\n\nComment-hider action automatically hides bot comments posted to PR.\n\n- Automatically hide certain users' comments posted to PR. (The default is `github-actions[bot]`.)\n\n## Sample Workflows\n\nPosting the results of CI/CD in the PR comments is a common practice. Comment-hider action is useful for hiding outdated posts in these cases.\n\n```yaml\non:\n  pull_request:\nsteps:\n- uses: actions/checkout@v2\n\n- uses: kanga333/comment-hider@master\n  name: Hide bot comments\n  with:\n    github_token: ${{ secrets.GITHUB_TOKEN }}\n    # See action.yml for other options you can specify\n\n- id: cicd\n  run: |\n    echo \"Run some kind of CI/CD.\"\n\n- uses: actions/github-script@0.9.0\n  with:\n    github-token: ${{ secrets.GITHUB_TOKEN }}\n    script: |\n      const output = `${{ steps.cicd.outputs.stdout }}`;\n      github.issues.createComment({\n        issue_number: context.issue.number,\n        owner: context.repo.owner,\n        repo: context.repo.repo,\n        body: output\n      })\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkanga333%2Fcomment-hider","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkanga333%2Fcomment-hider","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkanga333%2Fcomment-hider/lists"}