You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When configuring organization rulesets using GitHub's UI, you can configure required workflows and check the "Do not require workflows on creation" box to allow users to create repos and branches without required workflows passing. The API's name for this field is do_not_enforce_on_create.
It would be nice to have this feature in the terraform provider as well.