GitHub API 레이블 조회


개요

GitHub API 레이블 조회
$ OWNER=kuoss
$ REPO=goproject1
$ NAME=size/xs
$ curl https://api.github.com/repos/$OWNER/$REPO/labels/$NAME
{
  "id": 4988671792,
  "node_id": "LA_kwDOIu-VZM8AAAABKVkXMA",
  "url": "https://api.github.com/repos/kuoss/goproject1/labels/size/XS",
  "name": "size/XS",
  "color": "009900",
  "default": false,
  "description": "Denotes a PR that changes 0-9 lines, ignoring generated files."
}

같이 보기

참고