repo scope to use this endpoint.curl --location --request PUT 'https://service1.exmaple.com/repos///actions/runners//labels' \
--header 'Content-Type: application/json' \
--data '{
"labels": [
"gpu",
"accelerated"
]
}'{
"total_count": 4,
"labels": [
{
"id": 5,
"name": "self-hosted",
"type": "read-only"
},
{
"id": 7,
"name": "X64",
"type": "read-only"
},
{
"id": 20,
"name": "macOS",
"type": "read-only"
},
{
"id": 21,
"name": "no-gpu",
"type": "custom"
}
]
}