{"id":23338825,"url":"https://github.com/rrgks6221/pr-notification-bot","last_synced_at":"2026-04-13T20:02:43.003Z","repository":{"id":134229500,"uuid":"600643630","full_name":"rrgks6221/pr-notification-bot","owner":"rrgks6221","description":"Github pull request notification bot","archived":false,"fork":false,"pushed_at":"2023-11-21T11:22:09.000Z","size":11747,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-13T16:38:13.623Z","etag":null,"topics":["cron","discord","discord-bot","github-actions","scheduler","slack","slack-bot","typescript"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/rrgks6221.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}},"created_at":"2023-02-12T05:43:59.000Z","updated_at":"2024-03-05T08:34:50.000Z","dependencies_parsed_at":"2025-02-13T16:46:33.513Z","dependency_job_id":null,"html_url":"https://github.com/rrgks6221/pr-notification-bot","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rrgks6221%2Fpr-notification-bot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rrgks6221%2Fpr-notification-bot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rrgks6221%2Fpr-notification-bot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rrgks6221%2Fpr-notification-bot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rrgks6221","download_url":"https://codeload.github.com/rrgks6221/pr-notification-bot/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247666005,"owners_count":20975785,"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":["cron","discord","discord-bot","github-actions","scheduler","slack","slack-bot","typescript"],"created_at":"2024-12-21T03:16:56.269Z","updated_at":"2026-04-13T20:02:42.981Z","avatar_url":"https://github.com/rrgks6221.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🔔 PR Notification Bot\n\n[![GitHub Marketplace](https://img.shields.io/badge/GitHub%20Action-Marketplace-blue?logo=github)](https://github.com/marketplace/actions/pr-notification-bot)\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](./LICENSE)\n\n팀원들이 리뷰하지 않은 PR을 Slack 또는 Discord로 리마인드합니다.  \n협업 효율을 높이고 PR 병목을 줄이세요.\n\n---\n\n## 🚀 사용 예시\n\n`.github/workflows/pr-reminder.yml`\n\n```yaml\nname: PR Reminder\n\non:\n  schedule:\n    - cron: '0 10 * * 1-5' # 평일 오전 10시에 실행\n  workflow_dispatch:\n\njobs:\n  notify:\n    runs-on: ubuntu-latest\n    steps:\n      - uses: your-org/pr-notification-bot@v1\n        with:\n          OWNER: rrgks6221\n          REPOS: pr-notification-bot,teamup-backend\n          WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}\n          MESSENGER_GITHUB_MAP: rrgks6221:U12345678,alice:U87654321\n          MESSENGER_TYPE: slack\n```\n\n## ⚙️ 입력값 (inputs)\n\n| 이름                   | 필수 | 설명                                                                     | 예시                          |\n| ---------------------- | ---- | ------------------------------------------------------------------------ | ----------------------------- |\n| `OWNER`                | ✅   | GitHub 조직 또는 개인 사용자명                                           | `rrgks6221`                   |\n| `REPOS`                | ✅   | 콤마(,)로 구분된 대상 repository 이름 목록                               | `repo1,repo2,repo3`           |\n| `WEBHOOK_URL`          | ✅   | Slack 또는 Discord의 Webhook URL                                         | `https://hooks.slack.com/...` |\n| `MESSENGER_GITHUB_MAP` | ✅   | GitHub 닉네임과 메신저 사용자 ID 간 매핑 (`닉네임:ID` 형태, 콤마로 구분) | `rrgks6221:U1234,alice:U5678` |\n| `MESSENGER_TYPE`       | ❌   | 메시지를 보낼 메신저 종류 (`slack` 또는 `discord`) / 기본값: `slack`     | `slack` 또는 `discord`        |\n\n\u003cbr/\u003e\n\n## 메시지 예시\n\n\u003cimg width=\"675\" alt=\"image\" src=\"https://github.com/rrgks6221/pr-notification-bot/assets/46591459/ea26d9e8-8795-4141-bb64-9044eaa47ded\"\u003e\n\n\u003cbr/\u003e\n\n## **Contributors**\n\n- [**SeokHo Lee**](https:github.com/rrgks6221) - \u003crrgks@naver.com\u003e\n\n\u003cbr/\u003e\n\n## **License**\n\n### Git Hub Pull Request Reminder Bot is [MIT licensed](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frrgks6221%2Fpr-notification-bot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frrgks6221%2Fpr-notification-bot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frrgks6221%2Fpr-notification-bot/lists"}