Skip to content

허거덩 워크플로를 infra 정본 caller 로 전환 - #589

Merged
iOdiO89 merged 1 commit into
devfrom
chore/588-discord-pr-bot-caller
Aug 27, 2026
Merged

허거덩 워크플로를 infra 정본 caller 로 전환#589
iOdiO89 merged 1 commit into
devfrom
chore/588-discord-pr-bot-caller

Conversation

@m-a-king

Copy link
Copy Markdown
Contributor

Situation

  • 허거덩(Discord PR Bot) 워크플로가 4 repo(core·extractor·renderer·client) 사본으로 존재해 수정이 4벌로 번졌다. backend 쪽과 이 repo 의 사본은 따로 진화해 개선이 계보에 갇혀 있었다.
  • infra 에 두 계보의 합집합 reusable 정본이 생겼다 (허거덩(Discord PR Bot) 워크플로 reusable 정본화 infra#63). 이 repo 계보의 개선(reopen 스레드 복구, ## 작업 요약 파서, PR commits 엔드포인트 커밋 조회)은 정본에 흡수돼 backend 에도 공유된다.

Task

  • 사본을 정본 caller 로 교체하되, 이 repo 의 기존 동작 선택을 그대로 보존한다.

Action

  • discord-pr-bot.yml 을 약 35줄 caller 로 교체: 트리거·concurrency·권한 합집합·secrets: inherit 만 소유하고, 본문은 uses: TeamPiKi/infra/.github/workflows/discord-pr-bot.yml@main 으로 위임한다.
  • 동작 선택은 트리거가 caller 소유라 기존 그대로다: reopened 구독 유지, ready_for_review·main push 경보 미사용 유지. 채널·봇 토큰·유저맵도 이 repo secret 그대로 쓴다.

Result

  • 동작 변화는 하나다: 부모 메시지·스레드 이름에 repo 표기(client#N)가 붙는다 (정본 공통 동작, 채널이 repo 전용이라 영향은 표기뿐).
  • 이후 허거덩 수정은 infra 머지만으로 이 repo 에 반영된다.

연관 이슈

- 본문 사본을 제거하고 트리거·concurrency·권한·secrets: inherit 만 남긴 caller 로 위임 (uses: TeamPiKi/infra discord-pr-bot.yml@main)
- 기존 이벤트 구성(reopened 포함, ready_for_review·main push 경보 없음)은 트리거가 caller 소유라 그대로 유지 - 이 repo 계보의 개선(reopen 복구·작업 요약 파서·PR commits 커밋 조회)은 정본에 흡수됨
- 달라지는 것: 부모 메시지·스레드 이름에 repo 표기(client#N)가 붙는다
@m-a-king m-a-king added the chore label Aug 27, 2026
@m-a-king m-a-king self-assigned this Aug 27, 2026
@m-a-king m-a-king added the chore label Aug 27, 2026
@m-a-king m-a-king linked an issue Aug 27, 2026 that may be closed by this pull request
@vercel

vercel Bot commented Aug 27, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
piki Ready Ready Preview Aug 27, 2026 9:05am

@coderabbitai

coderabbitai Bot commented Aug 27, 2026

Copy link
Copy Markdown

Important

  • 🔍 Trigger review

This repository does not receive automatic reviews because it has fewer than 10 stars.

⚙️ Run configuration

Configuration used: Repository UI

Review profile: CHILL

Plan: Pro Plus

Run ID: 4a48b5a2-9b8b-484f-85c0-f71577e16039


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@github-actions

Copy link
Copy Markdown

Discord 스레드 연동용 메타데이터입니다. discord-pr-bot 워크플로가 자동 생성하며, 수정·삭제하면 PR 과 Discord 알림 연동이 끊깁니다.

@github-actions
github-actions Bot requested a review from sevineleven August 27, 2026 09:04
@m-a-king
m-a-king requested a review from iOdiO89 August 27, 2026 09:04
@iOdiO89
iOdiO89 merged commit 6b36585 into dev Aug 27, 2026
13 checks passed
@iOdiO89
iOdiO89 deleted the chore/588-discord-pr-bot-caller branch August 27, 2026 23:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

허거덩 워크플로를 infra 정본 caller 로 전환

2 participants