πŸ€– PR Brief

GitHub PR을 μžλ™ μš”μ•½ν•΄ 리뷰 μ‹œκ°„μ„ μ€„μ—¬μ£ΌλŠ” μ„œλΉ„μŠ€.

μš”κΈˆμ œ

FreePro ($9/νŒ€/μ›”)
μ›” 30건 μš”μ•½μ›” 1000건 μš”μ•½

μ‹œμž‘ν•˜κΈ°

# 1) κ°€μž… β†’ API ν‚€ λ°œκΈ‰
curl -X POST https://<host>/api/accounts -H "Content-Type: application/json" \
  -d '{"name":"νŒ€μ΄λ¦„","email":"you@team.com"}'
# 2) repo 등둝 β†’ webhook secret λ°œκΈ‰
curl -X POST https://<host>/api/repos -H "X-Api-Key: prb_..." \
  -d '{"full_name":"owner/repo","github_token":"ghp_..."}'
# 3) μ‘λ‹΅μ˜ webhook_secret으둜 GitHub webhook 등둝 (/setup μ°Έκ³ )

μ„€μΉ˜ κ°€μ΄λ“œ Β· λŒ€μ‹œλ³΄λ“œ