{"id":19010713,"url":"https://github.com/rhiokim/github-pr-review-noti-bot","last_synced_at":"2026-05-07T01:35:34.071Z","repository":{"id":137345880,"uuid":"103678763","full_name":"rhiokim/github-pr-review-noti-bot","owner":"rhiokim","description":"Notification incoming-webhook for sending PR Review Request into your slack channel","archived":false,"fork":false,"pushed_at":"2017-10-25T09:07:57.000Z","size":7009,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-21T15:35:00.775Z","etag":null,"topics":["codereview","github","incoming-webhooks","slack","webhook"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/rhiokim.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2017-09-15T16:32:26.000Z","updated_at":"2017-09-26T07:45:28.000Z","dependencies_parsed_at":null,"dependency_job_id":"8622208d-95ec-4ba5-a94a-e3b3699b37a6","html_url":"https://github.com/rhiokim/github-pr-review-noti-bot","commit_stats":null,"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/rhiokim/github-pr-review-noti-bot","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rhiokim%2Fgithub-pr-review-noti-bot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rhiokim%2Fgithub-pr-review-noti-bot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rhiokim%2Fgithub-pr-review-noti-bot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rhiokim%2Fgithub-pr-review-noti-bot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rhiokim","download_url":"https://codeload.github.com/rhiokim/github-pr-review-noti-bot/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rhiokim%2Fgithub-pr-review-noti-bot/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263480868,"owners_count":23473164,"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":["codereview","github","incoming-webhooks","slack","webhook"],"created_at":"2024-11-08T19:12:11.536Z","updated_at":"2026-05-07T01:35:29.039Z","avatar_url":"https://github.com/rhiokim.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Github Pull Request Notification Bot\n\n[about this project]\n\n## How it works\n\ngithub webhook events(PullRequest, PullRequestReview, PullRequestReviewComment) -\u003e this -\u003e slack send\n\n## How to use this\n\n```bash\n$ now deploy\n  -e GITHUB_SECRET=1234 \\\n  -e SLACK_WEBHOOK_URL=https://hooks.slack.com/services/T05A4C0D1/C486BBCEK/XfJ3D \\\n  -e SLACK_BOT_NAME=GithubBot\n  -e SLACK_BOT_ICON=:slack:\n  -e SLACK_CHANNEL=#general\n```\n\nor\n\ncreate `config.json`\n\n```js\n{\n  \"botName\": \"Bot\",\n  \"iconEmoji\": \":slack:\",\n  \"defaultChannel\": \"#channel_name\",\n  \"githubSecret\": \"1234\",\n  \"users\": {\n    \"nodejs-kr\": \"rhiokim\"\n  },\n  \"repositories\": {\n    \"repository_name\": \"#channel_name\"\n  },\n  \"trigger\": {\n    \"pull_request\": {},\n    \"pull_request_review\": {},\n    \"pull_request_review_comment\": {}\n  },\n  \"slackWebhookUrl\": \"YOUR SLACK WEBHOOK URL\"\n}\n```\n\n## License\nMIT","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frhiokim%2Fgithub-pr-review-noti-bot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frhiokim%2Fgithub-pr-review-noti-bot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frhiokim%2Fgithub-pr-review-noti-bot/lists"}