Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 1.12 KB

File metadata and controls

14 lines (10 loc) · 1.12 KB

Github Repository Label Creation Script

  • If you need a label, add it to labels.json and run the script.
  • You need to create a token.md file in the same folder and enter your GitHub token.
    • To issue a token, go to Setting > Developer Setting > Personal access tokens > Generate new token > Tokens (classic) > Generate new token(classic) Make sure to select the repo permission when generating the token.

SCR-20231128-om

깃허브 레포지토리 라벨 생성 스크립트

  • 필요한 라벨이 있으면 labels.json에 추가하고 실행하면 됩니다.
  • 같은 폴더내에 token.md 파일을 생성하고 github token을 입력해야 합니다.
    • 토큰을 발급 받는 방법은 Setting > Developer Setting > Personal access tokens > Generate new token > Tokens (classic) > Generate new token(classic) 을 눌러서 생성는데, 이 때 repo 권한을 선택해야 합니다.

SCR-20231128-om