Skip to content

스트리트 코더 sprint 7 - 권태형#642

Open
TaeHyoungKwon wants to merge 2 commits intomainfrom
thkwon-2026-sprint7
Open

스트리트 코더 sprint 7 - 권태형#642
TaeHyoungKwon wants to merge 2 commits intomainfrom
thkwon-2026-sprint7

Conversation

@TaeHyoungKwon
Copy link
Copy Markdown
Collaborator

@TaeHyoungKwon TaeHyoungKwon commented Apr 3, 2026

Closes #634

너무 늦었네요 😢 송구합니다 🙇🏻

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@TaeHyoungKwon TaeHyoungKwon added 2026 Street Coder: The Rules to Break and How to Break 스트리트 코더 - 프로그래밍 세계에서 살아남기 위한 개발자 생존 가이드! labels Apr 3, 2026
@TaeHyoungKwon TaeHyoungKwon self-assigned this Apr 3, 2026
@github-actions
Copy link
Copy Markdown

github-actions bot commented Apr 3, 2026

우측에 있는 Projects, Milestone, Development를 확인 후 할당 해주세요~! 🙇

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Copy link
Copy Markdown
Contributor

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request updates the project metadata in create_pr.sh, specifically changing the labels and milestone to 'Street Coder: The Rules to Break and How to Break', while also cleaning up trailing whitespace. A review comment identifies a potential issue where a newline in the LABELS variable could cause incorrect label parsing by the GitHub CLI and provides a suggestion to use commas instead.

Comment on lines +11 to +12
LABELS="2026,Street Coder: The Rules to Break and How to Break
스트리트 코더 - 프로그래밍 세계에서 살아남기 위한 개발자 생존 가이드!"
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

LABELS 변수에 줄바꿈(newline)이 포함되어 있습니다. gh pr create -l 명령은 쉼표(,)를 사용하여 라벨을 구분하므로, 줄바꿈이 포함되면 GitHub에서 라벨 이름에 줄바꿈이 들어간 하나의 라벨로 인식될 수 있습니다. 의도한 것이 여러 개의 라벨을 지정하는 것이라면 줄바꿈 대신 쉼표를 사용하는 것이 좋습니다.

Suggested change
LABELS="2026,Street Coder: The Rules to Break and How to Break
스트리트 코더 - 프로그래밍 세계에서 살아남기 위한 개발자 생존 가이드!"
LABELS="2026,Street Coder: The Rules to Break and How to Break,스트리트 코더 - 프로그래밍 세계에서 살아남기 위한 개발자 생존 가이드!"

@jongfeel jongfeel requested review from hemil0102 and removed request for GeunJuLEE and benscookie April 3, 2026 13:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

2026 Street Coder: The Rules to Break and How to Break 스트리트 코더 - 프로그래밍 세계에서 살아남기 위한 개발자 생존 가이드!

Projects

None yet

Development

Successfully merging this pull request may close these issues.

<스트리트 코더> sprint 7, 1장, 2장, 3장 총 112 페이지, 2026-04-03

2 participants