File tree Expand file tree Collapse file tree 1 file changed +1
-14
lines changed Expand file tree Collapse file tree 1 file changed +1
-14
lines changed Original file line number Diff line number Diff line change 7373
7474 if [ -z "$existing_comment" ]; then
7575 # ์ ๋๊ธ ์์ฑ
76- COMMENT_BODY="## โ ๏ธ Week ์ค์ ์ด ๋๋ฝ๋์์ต๋๋ค
77-
78- ํ๋ก์ ํธ์์ Week๋ฅผ ์ค์ ํด์ฃผ์ธ์!
79-
80- # ## ์ค์ ๋ฐฉ๋ฒ
81- 1. PR ์ฐ์ธก์ \`Projects\` ์น์
์์ \`๋ฆฌํธ์ฝ๋ ์คํฐ๋\` ์ ๋๋กญ๋ค์ด(โผ) ํด๋ฆญ
82- 2. ํ์ฌ ์ฃผ์ฐจ๋ฅผ ์ ํํด์ฃผ์ธ์ (์ : \`Week 14(current)\` ๋๋ \`Week 14\`)
83-
84- ๐ [์์ธํ ๊ฐ์ด๋ ๋ณด๊ธฐ](https://github.com/DaleStudy/leetcode-study/wiki/%EB%8B%B5%EC%95%88-%EC%A0%9C%EC%B6%9C-%EA%B0%80%EC%9D%B4%EB%93%9C#pr-%EC%9E%91%EC%84%B1%EB%B2%95)
85-
86- ---
87- ๐ค ์ด ๋๊ธ์ GitHub App์ ํตํด ์๋์ผ๋ก ์์ฑ๋์์ต๋๋ค."
88-
8976 gh pr comment $pr_number \
9077 --repo ${{ github.repository }} \
91- --body "$COMMENT_BODY"
78+ --body $'## โ ๏ธ Week ์ค์ ์ด ๋๋ฝ๋์์ต๋๋ค\n\nํ๋ก์ ํธ์์ Week๋ฅผ ์ค์ ํด์ฃผ์ธ์!\n\n### ์ค์ ๋ฐฉ๋ฒ\n1. PR ์ฐ์ธก์ `Projects` ์น์
์์ `๋ฆฌํธ์ฝ๋ ์คํฐ๋` ์ ๋๋กญ๋ค์ด(โผ) ํด๋ฆญ\n2. ํ์ฌ ์ฃผ์ฐจ๋ฅผ ์ ํํด์ฃผ์ธ์ (์: `Week 14(current)` ๋๋ `Week 14`)\n\n๐ [์์ธํ ๊ฐ์ด๋ ๋ณด๊ธฐ](https://github.com/DaleStudy/leetcode-study/wiki/%EB%8B%B5%EC%95%88-%EC%A0%9C%EC%B6%9C-%EA%B0%80%EC%9D%B4%EB%93%9C#pr-%EC%9E%91%EC%84%B1%EB%B2%95)\n\n---\n๐ค ์ด ๋๊ธ์ GitHub App์ ํตํด ์๋์ผ๋ก ์์ฑ๋์์ต๋๋ค.'
9279 echo " โ
๋๊ธ ์์ฑ ์๋ฃ"
9380 else
9481 echo " โน๏ธ ์ด๋ฏธ ์๋ฆผ ๋๊ธ์ด ์์ - ์คํต"
You canโt perform that action at this time.
0 commit comments