{"id":18889043,"url":"https://github.com/naver/notify-pr-review","last_synced_at":"2025-08-21T06:31:24.143Z","repository":{"id":205058315,"uuid":"711864642","full_name":"naver/notify-pr-review","owner":"naver","description":"PR 리뷰 요청을 받으면 Slack으로 알리는 Github Actions","archived":false,"fork":false,"pushed_at":"2024-11-14T04:22:53.000Z","size":1914,"stargazers_count":50,"open_issues_count":0,"forks_count":6,"subscribers_count":6,"default_branch":"main","last_synced_at":"2024-12-11T12:11:58.628Z","etag":null,"topics":["dev-culture","github-actions","pr-review","pull-request","slack"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/naver.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":"2023-10-30T10:28:43.000Z","updated_at":"2024-11-28T12:42:26.000Z","dependencies_parsed_at":"2023-11-30T03:29:00.666Z","dependency_job_id":"501b03d4-a086-4de8-88b2-99d054c9ba01","html_url":"https://github.com/naver/notify-pr-review","commit_stats":null,"previous_names":["naver/notify-pr-review"],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/naver%2Fnotify-pr-review","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/naver%2Fnotify-pr-review/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/naver%2Fnotify-pr-review/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/naver%2Fnotify-pr-review/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/naver","download_url":"https://codeload.github.com/naver/notify-pr-review/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":230494921,"owners_count":18235046,"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":["dev-culture","github-actions","pr-review","pull-request","slack"],"created_at":"2024-11-08T07:47:15.852Z","updated_at":"2024-12-19T20:08:44.221Z","avatar_url":"https://github.com/naver.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# notify-pr-review\n\n🌏 한국어 | [**English**](README.en.md)\n\nPR 리뷰 요청을 받으면 Slack으로 알리는 Github Actions\n\n\u003cimg src=\"https://user-images.githubusercontent.com/13075245/279234262-cbe5c159-e103-49eb-bf1f-b50116f98984.png\" width=\"500\" alt=\"intro\"\u003e\n\n## Usage\n\n1. 메시지 전달을 위해 `SLACK_BOT_TOKEN` 이름의 secret을 세팅하세요.\n\n\u003e 세팅할 Repo \u003e Settings \u003e Secrets \u003e New repository secret\n\n이때, Value는 슬랙에서 제공하는 `xoxb-` 형태의 토큰이어야 합니다.\n\n2. `.github/workflow/notify-pr-review.yml` 파일을 만드세요:\n\n```yml\nname: notify pr review\n\non:\n  pull_request:\n    types: [review_requested]\n    \njobs:\n  notify:\n    runs-on: [ubuntu-latest]\n    steps:\n      - name: Notify PR Review\n        uses: naver/notify-pr-review@v1.2.1\n        with:\n          token: ${{ secrets.GITHUB_TOKEN }}\n          slackBotToken: ${{ secrets.SLACK_BOT_TOKEN }}\n```\n\n## Inputs\n\n### `token`\n\n**Required** GitHub에서 제공하는 토큰\n\n### `slackBotToken`\n\n**Required** Slack bot을 통해 메시지를 보내기 위한 토큰\n\ne.g. `xoxb-798572638592-435243279588-9aCaWNnzVYelK9NzMMqa1yxz`\n\n## License\n```\nCopyright (c) 2023-present NAVER Corp.\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n    http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnaver%2Fnotify-pr-review","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnaver%2Fnotify-pr-review","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnaver%2Fnotify-pr-review/lists"}