We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Under the "Require status checks to pass" section of rulesets there is a setting that is not available in the SDK.
Do not require status checks on creation
gh cli shows it available on the API as do_not_enforce_on_create
gh cli
do_not_enforce_on_create
gh api \ -H "Accept: application/vnd.github+json" \ -H "X-GitHub-Api-Version: 2022-11-28" \ /repos/ORG/REPO/rulesets/RULESET_ID ... { "type": "required_status_checks", "parameters": { "strict_required_status_checks_policy": true, "do_not_enforce_on_create": true, "required_status_checks": [ { "context": "CI Check" } ] } } ...
I would like to manage this through the Terraform provider which uses this SDK.
The text was updated successfully, but these errors were encountered:
feat: Add do_not_enforce_on_create to required status checks rule par…
882755a
…ams (#3245) Fixes: #3244.
Successfully merging a pull request may close this issue.
Under the "Require status checks to pass" section of rulesets there is a setting that is not available in the SDK.
Do not require status checks on creation
gh cli
shows it available on the API asdo_not_enforce_on_create
I would like to manage this through the Terraform provider which uses this SDK.
The text was updated successfully, but these errors were encountered: