repo
scope to use thiscurl --location --request POST 'https://api.github.com/repos///actions/runners//labels' \
--header 'Content-Type: application/json' \
--data-raw '{
"labels": [
"gpu",
"accelerated"
]
}'
{
"labels": [
{
"id": 0,
"name": "string",
"type": "read-only"
}
],
"total_count": 0
}