Unable to set enable/update required_status_checks #24642
-
I am running a Github Action for completely automating the Release. I need to disable the branch protection and then re-enable it. I am executing the following to disable the branch protection and it works,
BUT, when I try to re-enable, it fails for
I can successfully update the other fields,
The only problem is with If I try to update the branch protection with basic input,
I get the following response,
Any idea what am I doing wrong or is this a Github API bug? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
You need to specify |
Beta Was this translation helpful? Give feedback.
You need to specify
"checks": []
inrequired_status_checks
.