{"id":24576659,"url":"https://github.com/delivery-much/actions-chat","last_synced_at":"2025-06-17T05:02:33.798Z","repository":{"id":40706732,"uuid":"269120281","full_name":"delivery-much/actions-chat","owner":"delivery-much","description":"Send Google Chat messages","archived":false,"fork":false,"pushed_at":"2025-05-15T16:41:19.000Z","size":273,"stargazers_count":7,"open_issues_count":10,"forks_count":4,"subscribers_count":33,"default_branch":"master","last_synced_at":"2025-05-15T17:45:04.145Z","etag":null,"topics":["github-actions","google-chat"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"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/delivery-much.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,"zenodo":null}},"created_at":"2020-06-03T15:09:23.000Z","updated_at":"2025-05-15T16:38:04.000Z","dependencies_parsed_at":"2025-04-23T17:49:59.330Z","dependency_job_id":null,"html_url":"https://github.com/delivery-much/actions-chat","commit_stats":{"total_commits":16,"total_committers":4,"mean_commits":4.0,"dds":0.625,"last_synced_commit":"955847e0e4473c2bdf2737ba34a8a83224f49059"},"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"purl":"pkg:github/delivery-much/actions-chat","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/delivery-much%2Factions-chat","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/delivery-much%2Factions-chat/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/delivery-much%2Factions-chat/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/delivery-much%2Factions-chat/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/delivery-much","download_url":"https://codeload.github.com/delivery-much/actions-chat/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/delivery-much%2Factions-chat/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260294442,"owners_count":22987620,"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":["github-actions","google-chat"],"created_at":"2025-01-23T22:50:27.423Z","updated_at":"2025-06-17T05:02:33.730Z","avatar_url":"https://github.com/delivery-much.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# @delivery-much/actions-chat\n\nMessages are sent by [chat.js](src/chat.js) and defined in [messages.js](src/messages.js).\n\nWe use Axios as HTTP client and the basic instance is defined in [axios.js](src/axios.js).\n\n## Supported messages\n\n- [New pull request](#new-pull-request)\n- [New release](#new-release)\n\n## Inputs\n\n### `url`\n\n**Required** Your Google Chat Webhook URL. You can find it in \"Configure Webhooks\" option in Chat rooms.\n\n## Example workflows\n\n### New pull request\n\n- Create a file `chat-pull-request.yml` in `.github/workflows/` directory with the following content:\n\n```yaml\nname: chat-pull-request \non:\n  pull_request:\n    types: [opened, reopened, ready_for_review]\njobs:\n  chat:\n    runs-on: ubuntu-latest\n    steps:\n      - uses: delivery-much/actions-chat@v1\n        with:\n          url: ${{ secrets.GOOGLE_CHAT_PULL_REQUEST_WEBHOOK_URL }}\n```\n\n### New release\n\n- Create a file `chat-release.yml` in `.github/workflows/` directory with the following content:\n\n```yaml\nname: chat-release\non:\n  release:\n    types: [created]\njobs:\n  chat:\n    runs-on: ubuntu-latest\n    steps:\n      - uses: delivery-much/actions-chat@v1\n        with:\n          url: ${{ secrets.GOOGLE_CHAT_RELEASE_WEBHOOK_URL }}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdelivery-much%2Factions-chat","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdelivery-much%2Factions-chat","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdelivery-much%2Factions-chat/lists"}