{"id":30821177,"url":"https://github.com/livekit/slack-notifier-action","last_synced_at":"2026-02-13T11:57:18.010Z","repository":{"id":312172765,"uuid":"1046582241","full_name":"livekit/slack-notifier-action","owner":"livekit","description":null,"archived":false,"fork":false,"pushed_at":"2026-02-09T18:32:07.000Z","size":31,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-02-09T21:20:14.559Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/livekit.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-08-28T22:49:24.000Z","updated_at":"2026-02-09T18:32:12.000Z","dependencies_parsed_at":"2025-08-29T04:34:50.292Z","dependency_job_id":"918bf688-98ec-44cf-abd5-27ccb1506235","html_url":"https://github.com/livekit/slack-notifier-action","commit_stats":null,"previous_names":["livekit/slack-notifier-action"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/livekit/slack-notifier-action","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/livekit%2Fslack-notifier-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/livekit%2Fslack-notifier-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/livekit%2Fslack-notifier-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/livekit%2Fslack-notifier-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/livekit","download_url":"https://codeload.github.com/livekit/slack-notifier-action/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/livekit%2Fslack-notifier-action/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29404383,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-13T06:24:03.484Z","status":"ssl_error","status_checked_at":"2026-02-13T06:23:12.830Z","response_time":78,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":[],"created_at":"2025-09-06T10:47:41.247Z","updated_at":"2026-02-13T11:57:18.005Z","avatar_url":"https://github.com/livekit.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Slack notifier GitHub Action\n\n## Usage\n\nTo use, add the following to a Github Actions workflow:\n\n```yaml\nname: PR Slack Notifier\n\non:\n   pull_request:\n      types: [review_requested, reopened, closed, synchronize]\n   pull_request_review:\n      types: [submitted]\n\npermissions:\n   contents: read\n   pull-requests: write\n   issues: write\n\nconcurrency:\n   group: pr-slack-${{ github.event.pull_request.number }}-${{ github.workflow }}\n   cancel-in-progress: false\n\njobs:\n   notify-devs:\n      runs-on: ubuntu-latest\n      steps:\n         - uses: livekit/slack-notifier-action@main\n           with:\n              config_json: ${{ secrets.SLACK_NOTIFY_CONFIG_JSON }}\n              slack_token: ${{ secrets.SLACK_PR_NOTIFIER_TOKEN }}\n```\n\n## Adding teams and team members:\n\n1. Get slack-notify-config.json from 1password\n\n2. Add `{github_team_slug}: {slack_channel_id}` to `channels` in slack-notify-config.json\n   - In Slack, go to the channel, click on the channel name at the top, and select \"Open channel details\"\n   - Copy the channel ID at the bottom\n\n3. Add `{github_team_slug}: {slack_usergroup_id}` to `usergroups` in slack-notify-config.json\n    - Get token from Slack PR Notifier App\n    - `curl -s -H \"Authorization: Bearer {xoxb-token}\" https://slack.com/api/usergroups.list | jq`\n    - Find the usergroup ID for your team (e.g. `S01234567`)\n\n4. Add `{github_username}: {slack_user_id}` to `users` in slack-notify-config.json\n   - Get token from Slack PR Notifier App\n   - `curl -s -H \"Authorization: Bearer {xoxb-token}\" https://slack.com/api/users.list | jq`\n   - Find the user ID for each username (e.g. `U01234567`)\n\n5. Update the secret `SLACK_NOTIFY_CONFIG_JSON` in our org settings with the updated JSON file, and update in 1password\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flivekit%2Fslack-notifier-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flivekit%2Fslack-notifier-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flivekit%2Fslack-notifier-action/lists"}