GitHub에서 문제에 대한 사용자 지정 레이블을 만드는 방법은 무엇입니까?
GitHub의 일부 조직에는 문제에 적용 할 수있는 다른 레이블이 있습니다.
예를 들어 내가 속해있는 한 조직에서는 다음과 같은 레이블을 적용 할 수 있습니다.
그러나 내 개인 계정에서는 이러한 레이블로만 제한되어 있으며 고유 한 사용자 지정 레이블을 만드는 방법을 찾을 수 없습니다.
내 자신을 만드는 방법에 대한 아이디어가 있습니까?
모바일 장치에서 GitHub에 액세스하는 것 같습니다. 다소 다른 인터페이스가 노출 될 수 있습니다.
전체 웹 인터페이스 https://github.com/:user/:repo/labels
에서 오른쪽 상단에있는 녹색 "새 라벨"버튼으로 이동하여 클릭하면됩니다. 동일한 페이지에서 기존 레이블을 편집하거나 삭제할 수 있습니다.
"문제"를 클릭 한 다음 "라벨"을 클릭하여이 페이지로 이동할 수도 있습니다.
Here's a quick GIF to make the process as easy as it can be. (recorded at my GitHub profile)
⚡️ GIF —
Labels can be applied to issues and pull requests to signify priority, category, or any other information that you find useful.
▶ On GitHub, navigate to the main page of the repository.
Under your repository name, click Issues or Pull requests.
Issues Labels buttonNext to the search field, click Labels.
Click New Label to create a new label, or click Edit to edit an existing one.
In the text box, type your new label name.
- Select a color for the label from the color bar. You can customize this color by editing the hexadecimal number above the color bar.
- Click Create Label to save the new label.
I hope it helps. Upvote it if it does.
The ui makes it hard to find!
https://github.com/your_username/your_repo/labels 로 이동할 수 있습니다.
이에 대해 자세히 설명하는 github 블로그 게시물이 있습니다. https://help.github.com/articles/creating-and-editing-labels-for-issues-and-pull-requests/
이 작업을 많이 수행하는 경우 새 저장소마다 고유 한 레이블을 설정할 수 있도록 내 Python 스크립트를 사용하거나 비슷한 것을 생성 해 볼 수 있습니다.
https://github.com/martinpeck/gh-issue-label-generator
참조 URL : https://stackoverflow.com/questions/29218900/how-to-create-custom-labels-for-issues-on-github
'program tip' 카테고리의 다른 글
하위 쿼리에서 * 선택 (0) | 2020.12.29 |
---|---|
HQL 쿼리에서 Hibernate 테이블이 매핑되지 않음 오류 (0) | 2020.12.29 |
create-react-app의 npm 시작 오류 (0) | 2020.12.28 |
Ruby 문서의 메소드 앞에 해시 기호가있는 이유는 무엇입니까? (0) | 2020.12.28 |
SQL Server 2008 R2에서 50MB 스크립트를 실행하는 동안 오류 발생 (0) | 2020.12.28 |