GitHub 레이블 작업. 더 많은 정보: https://cli.github.com/manual/gh_label.
gh label list
gh label list --web
gh label create {{이름}} --description "{{설명}}" --color {{색상_16진수}}
gh label delete {{이름}}
gh label edit {{이름}} --name {{새_이름}} --description "{{설명}}"
gh label clone {{소유자}}/{{저장소}}
gh label {{하위_명령}} --help