{"id":15835886,"url":"https://github.com/cyrilwanner/bundlewatch-comment-action","last_synced_at":"2026-01-20T11:32:10.088Z","repository":{"id":44819527,"uuid":"282005459","full_name":"cyrilwanner/bundlewatch-comment-action","owner":"cyrilwanner","description":"Post a comment to PRs with stats provided by BundleWatch.","archived":false,"fork":false,"pushed_at":"2022-08-18T19:30:38.000Z","size":1272,"stargazers_count":1,"open_issues_count":4,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-10-06T14:42:22.063Z","etag":null,"topics":["bundlewatch","github-action"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/cyrilwanner.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}},"created_at":"2020-07-23T16:43:09.000Z","updated_at":"2023-03-07T17:15:21.000Z","dependencies_parsed_at":"2022-09-23T11:32:34.867Z","dependency_job_id":null,"html_url":"https://github.com/cyrilwanner/bundlewatch-comment-action","commit_stats":null,"previous_names":[],"tags_count":18,"template":false,"template_full_name":null,"purl":"pkg:github/cyrilwanner/bundlewatch-comment-action","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cyrilwanner%2Fbundlewatch-comment-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cyrilwanner%2Fbundlewatch-comment-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cyrilwanner%2Fbundlewatch-comment-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cyrilwanner%2Fbundlewatch-comment-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cyrilwanner","download_url":"https://codeload.github.com/cyrilwanner/bundlewatch-comment-action/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cyrilwanner%2Fbundlewatch-comment-action/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28602452,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-20T10:46:13.255Z","status":"ssl_error","status_checked_at":"2026-01-20T10:42:51.865Z","response_time":117,"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":["bundlewatch","github-action"],"created_at":"2024-10-05T14:42:30.751Z","updated_at":"2026-01-20T11:32:10.070Z","avatar_url":"https://github.com/cyrilwanner.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# bundlewatch-comment-action\n\nPost a comment to PRs with stats provided by BundleWatch using GitHub Actions.\n\n## Installation\n\nVisit https://service.bundlewatch.io/setup-github and store the `BUNDLEWATCH_GITHUB_TOKEN` in a secret in your repository.\n\nAdd the action to your workflow:\n\n```yml\non:\n  push:\n    branches: [ master ] # run on master to save stats for your main branch\n  pull_request:\n    types: [ opened, synchronize ] # run on every pull request change to post a comment\n\nname: Generate Pull Request Stats\n\njobs:\n  stats:\n    name: PR Stats\n    runs-on: ubuntu-latest\n    steps:\n      - uses: actions/checkout@v2\n      - name: Install dependencies\n        run: npm ci\n      - name: Build\n        run: npm run build\n      - uses: cyrilwanner/bundlewatch-comment-action@v1\n        with:\n          github-token: ${{ secrets.GITHUB_TOKEN }}\n          bundlewatch-github-token: ${{ secrets.BUNDLEWATCH_GITHUB_TOKEN }}\n```\n\nThe action looks for the BundleWatch configuration in `.github/bundlewatch.json`.\n\n## Inputs\n\n* `github-token`: You can use the token automatically provided by GitHub Actions using `${{ secrets.GITHUB_TOKEN }}`. You don't need to do anything else.\nIf you want the comment to be posted from a specific user, you can use the token of this user here instead.\n* `bundlewatch-github-token`: The BundleWatch token provided by https://service.bundlewatch.io/setup-github.\n\n## License\n\nLicensed under the [MIT](https://github.com/cyrilwanner/bundlewatch-comment-action/blob/master/LICENSE) license.\n\n© Copyright Cyril Wanner\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcyrilwanner%2Fbundlewatch-comment-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcyrilwanner%2Fbundlewatch-comment-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcyrilwanner%2Fbundlewatch-comment-action/lists"}