Skip to content

[CI] PR 자동 라벨링 및 리마인더 워크플로우 추가#2

Merged
CHOOSLA merged 1 commit into
mainfrom
feature/add-ci-workflows
Oct 12, 2025
Merged

[CI] PR 자동 라벨링 및 리마인더 워크플로우 추가#2
CHOOSLA merged 1 commit into
mainfrom
feature/add-ci-workflows

Conversation

@CHOOSLA
Copy link
Copy Markdown
Member

@CHOOSLA CHOOSLA commented Oct 12, 2025

중앙 관리되는 Reusable Workflow를 사용하여 PR 자동 라벨링 및 리마인더 기능을 추가합니다.

Summary by CodeRabbit

  • 신규 기능
    • 해당 없음
  • 버그 수정
    • 해당 없음
  • 문서화
    • 워크플로우 주석을 UTC 기준 및 한국 시간대 정렬에 맞게 업데이트.
  • 유지보수(Chores)
    • PR 리마인더 워크플로우 스케줄을 로컬 시간 크론에서 UTC 기준 크론으로 변경(매일 00:00, 05:00, 08:00 UTC).
    • 트리거 시간 변경만 적용되며, 동작 로직이나 제어 흐름의 변화는 없음.

@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented Oct 12, 2025

Walkthrough

PR 리마인더 GitHub Actions 워크플로의 cron 스케줄을 현지시간 기준에서 UTC 기준으로 변경하고, 주석을 UTC/KST 정렬 설명으로 갱신했습니다. 동작 로직 변화는 없고 트리거 시간만 조정되었습니다.

Changes

Cohort / File(s) Summary of Changes
GitHub Actions Workflow Schedule
.github/workflows/pr-reminder.yml
Cron을 0 9,14,17 * * *(로컬 기준)에서 0 0,5,8 * * *(UTC 기준)로 변경. 주석을 UTC 기준 및 한국시간 정렬 설명으로 업데이트. 기능 로직 변경 없음.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Possibly related PRs

Suggested reviewers

  • Sangyoon98
  • Lee-Jong-Jin
  • yangjiseonn
  • vivivim
  • taemin3

Poem

토끼는 시계를 톡톡 두드려 봐요 ⏰
해는 같아도 기준은 달라졌대요
UTC에 맞춰 깡충깡충 점프!
알림도 시간 맞춰 딱- 하고 펑크 없음
깃허브 초원에 고요한 질서가 와요 🐇

Pre-merge checks and finishing touches

❌ Failed checks (1 warning)
Check name Status Explanation Resolution
Title Check ⚠️ Warning 이 PR의 제목은 PR 자동 라벨링과 리마인더 워크플로우 추가를 언급하고 있으나 실제 변경 내용은 리마인더 워크플로우의 크론 일정만 UTC로 조정한 것이어서 제목이 변경 사항과 일치하지 않습니다. 제목을 변경 내용에 맞춰 “[CI] PR 리마인더 워크플로우 크론 일정을 UTC 기준으로 조정” 등으로 수정해 주세요.
✅ Passed checks (2 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Docstring Coverage ✅ Passed No functions found in the changes. Docstring coverage check skipped.
✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch feature/add-ci-workflows

📜 Recent review details

Configuration used: CodeRabbit UI

Review profile: CHILL

Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between e4bd2e0 and 757868d.

📒 Files selected for processing (1)
  • .github/workflows/pr-reminder.yml (1 hunks)
🔇 Additional comments (1)
.github/workflows/pr-reminder.yml (1)

5-5: UTC 기준 스케줄 변경 확인 완료.
cron 표현식과 주석의 KST 시간대 설명이 정확히 일치합니다.


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

@CHOOSLA CHOOSLA merged commit b18ec33 into main Oct 12, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant