Open
Conversation
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
|
우측에 있는 |
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Contributor
There was a problem hiding this comment.
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 | ||
| 스트리트 코더 - 프로그래밍 세계에서 살아남기 위한 개발자 생존 가이드!" |
Contributor
There was a problem hiding this comment.
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,스트리트 코더 - 프로그래밍 세계에서 살아남기 위한 개발자 생존 가이드!" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #634
너무 늦었네요 😢 송구합니다 🙇🏻