-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ci(workflow): replace auto-assign using github app #131
Conversation
Walkthrough이번 풀 리퀘스트에서는 PR 작성자가 자동으로 할당되도록 하는 구성을 도입합니다. Changes
Sequence Diagram(s)sequenceDiagram
participant Author as PR 작성자
participant GitHub as GitHub 플랫폼
participant Config as 자동 할당 설정
Author->>GitHub: PR 생성
GitHub->>Config: 설정 확인 (addAssignees: true)
Config-->>GitHub: 설정 응답
GitHub->>Author: PR 작성자 자동 할당
Possibly related PRs
Poem
🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 0
🧹 Nitpick comments (1)
.github/auto_assign.yml (1)
1-1
: 구성 항목 추가 확인 및 새 줄 추가 권고
addAssignees: author
설정이 GitHub 앱을 통한 PR 작성자 자동 할당 기능으로 올바르게 구성되었습니다. 다만, YAMLlint에서 파일 끝에 새 줄(newline)이 없음을 지적하고 있으므로, 파일 끝에 새 줄을 추가하시기 바랍니다.-addAssignees: author +addAssignees: author +🧰 Tools
🪛 YAMLlint (1.35.1)
[error] 1-1: no new line character at the end of file
(new-line-at-end-of-file)
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
⛔ Files ignored due to path filters (1)
.github/workflows/auto-assign/package-lock.json
is excluded by!**/package-lock.json
📒 Files selected for processing (4)
.github/auto_assign.yml
(1 hunks).github/workflows/auto-assign/auto_assign.js
(0 hunks).github/workflows/auto-assign/package.json
(0 hunks).github/workflows/auto_assign.yaml
(0 hunks)
💤 Files with no reviewable changes (3)
- .github/workflows/auto-assign/auto_assign.js
- .github/workflows/auto_assign.yaml
- .github/workflows/auto-assign/package.json
🧰 Additional context used
🪛 YAMLlint (1.35.1)
.github/auto_assign.yml
[error] 1-1: no new line character at the end of file
(new-line-at-end-of-file)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 0
🧹 Nitpick comments (1)
.github/auto_assign.yml (1)
1-1
: 구성 파일 수정: 줄 끝에 새 줄 추가 필요YAML 린트에서 지적한 대로, 파일의 마지막 줄에 새 줄(newline) 문자가 없습니다. 유지 보수성과 표준 준수를 위해 파일 끝에 새 줄을 추가하는 것이 좋습니다.
🧰 Tools
🪛 YAMLlint (1.35.1)
[error] 1-1: no new line character at the end of file
(new-line-at-end-of-file)
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (1)
.github/auto_assign.yml
(1 hunks)
🧰 Additional context used
🪛 YAMLlint (1.35.1)
.github/auto_assign.yml
[error] 1-1: no new line character at the end of file
(new-line-at-end-of-file)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!! 감사합니다!
덕분에 생산성이 증가될거 같아~ 굿! |
Changes
유지보수 훨씬 간단할 것 같아서, 저희 오가니제이션에서 이미 사용중이여서 여기 레포에도 추가했습니다.
기존에 있는 코드 액션쪽에서 에러나기도 하고 일단 삭제했습니다.
Summary by CodeRabbit
Summary by CodeRabbit