1. Label Setting - Taehyeon-Kim/BaseProject GitHub Wiki
Issue
์์ฑ ์ ์ฌ์ฉํLabel
์ธํ
๐ ๊ณตํต์ ์ธ ๋ด์ฉ๋ค์ ๋ฏธ๋ฆฌ ์์ฑํด๋์๋ค. ๋งค๋ฒ ํ๋ํ๋ ๋ง๋ค๊ธฐ ๊ท์ฐฎ๊ธฐ ๋๋ฌธ!
[
{
"name": "Assignee1",
"color": "d5ecc2",
"description": "๋ด๋น์1"
},
{
"name": "Assignee2",
"color": "ffd3b4",
"description": "๋ด๋น์2"
},
{
"name": "Assignee3",
"color": "dbe6fd",
"description": "๋ด๋น์3"
},
{
"name": "bug",
"color": "ee0701",
"description": "๋ฒ๊ทธ์
๋๋ค."
},
{
"name": "chore",
"color": "8c001a",
"description": "์ธํ
๊ด๋ จ์
๋๋ค."
},
{
"name": "cleanup",
"color": "fef2c0",
"description": "์ฝ๋๋ฅผ ๋ ๊น๋ํ๊ฒ ๋ง๋ค๊ธฐ๋ง ํ๊ณ , ์ฝ๋ ์๋ ๋ฐฉ์์ด๋ ์ถ๋ ฅ์ ๋ํ ๋ถ๋ถ์ ๋ณ๊ฒฝํ์ง ์์ต๋๋ค."
},
{
"name": "docs",
"color": "d4c5f9",
"description": "๋ฌธ์๋ง ๋ณ๊ฒฝ๋ฉ๋๋ค."
},
{
"name": "feat",
"color": "84b6eb",
"description": "๊ตฌํยท๊ฐ์ ์ฌํญ์ ๊ด๋ จ๋ ๋ด์ฉ์
๋๋ค."
},
{
"name": "fix",
"color": "de5b7b",
"description": "๋ฒ๊ทธ๋ฅผ ์์ ํฉ๋๋ค."
},
{
"name": "help wanted",
"color": "0e8a16",
"description": "๋๊ตฌ๋ ์ฒ๋ฆฌํ ์ ์๋ ์ด์๋ฅผ ๋ํ๋
๋๋ค."
},
{
"name": "question",
"color": "cc317c",
"description": "์ง๋ฌธ๋ง ์๋ ์ด์, ์ง๋ฌธ์ด ํด๊ฒฐ๋๋ฉด ์ด์๋ฅผ ์ข
๋ฃํฉ๋๋ค."
},
{
"name": "refactoring",
"color": "fbca04",
"description": "์ฝ๋๊ฐ ๋ด๋ถ์ ์ผ๋ก ์๋ํ๋ ๋ฐฉ์์ ๋ณ๊ฒฝํฉ๋๋ค. cleanup๊ณผ๋ ๋ค๋ฆ
๋๋ค."
},
{
"name": "test",
"color": "bfe5bf",
"description": "ํ
์คํธ ์ฝ๋๋ง ๋ณ๊ฒฝ๋ฉ๋๋ค."
}
]
๐ ๊ฐ์ง๋๊ฒ CLI๋ก ๋ช ๋ น์ด ๋ ๋ ค๋ณด์
npx github-label-sync --access-token [๊ฐ์ธ ์ก์ธ์ค ํ ํฐ] --labels labels.json [๊ณ์ ๋ช
]/[์ ์ฅ์ ์ด๋ฆ]
npx github-label-sync --access-token ghp_abcd(์ดํ ์๋ต) --labels labels.json Taehyeon-Kim/BaseProject
๐ ์ก์ธ์ค ํ ํฐ?
๋ค์ ๋งํฌ๋ก ๋ค์ด๊ฐ์,
Generate new token
๋๋ฅด๊ณ , Select scopes ์์ญ์์ โ
repo๋ง ์ฒดํฌํ์
ํ์ ์ ์ฌ์ฉ๋ Label๋ค์ด ์์๊ฒ ์ธํ ๋ ๊ฒ์ ํ์ธํ ์ ์๋ค.