curl --location --request PATCH 'https://api.github.com/repos///check-suites/preferences' \
--header 'Content-Type: application/json' \
--data-raw '{
"auto_trigger_checks": [
{
"app_id": 4,
"setting": false
}
]
}'
Authorization: Bearer ********************
auto_trigger_checks
object description for details.id
of the GitHub App.true
to enable automatic creation of CheckSuite events upon pushes to the repository, or false
to disable them.【GitHub】API开发者 微信交流群
用微信扫右侧二维码,加入【GitHub】API开发者 交流群,互助沟通