https://github.com/rookedsysc/make-github-label
Github Repository Label Creation Script
https://github.com/rookedsysc/make-github-label
github-api github-label
Last synced: 3 months ago
JSON representation
Github Repository Label Creation Script
- Host: GitHub
- URL: https://github.com/rookedsysc/make-github-label
- Owner: rookedsysc
- Created: 2023-11-27T15:33:37.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-24T23:00:34.000Z (over 1 year ago)
- Last Synced: 2025-01-22T21:43:19.617Z (4 months ago)
- Topics: github-api, github-label
- Language: Python
- Homepage:
- Size: 36.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### 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.
### 깃허브 레포지토리 라벨 생성 스크립트
- 필요한 라벨이 있으면 labels.json에 추가하고 실행하면 됩니다.
- 같은 폴더내에 `token.md` 파일을 생성하고 github token을 입력해야 합니다.
- 토큰을 발급 받는 방법은 `Setting > Developer Setting > Personal access tokens > Generate new token > Tokens (classic) > Generate new token(classic)` 을 눌러서 생성는데, 이 때 `repo` 권한을 선택해야 합니다.