-
Notifications
You must be signed in to change notification settings - Fork 8
Description
I'm glad to be able to use this provider for managing github codeowners declarative. I did some tests and met some trouble about branch protection, merging option.
Currently, trial to merge PR is failure, if a branch have protection rule(kind of required approvals) or not allowed merge commit(only allow squash merge, rebase merge option).
I tried some solution like using null resource, local-exec provisioner, but I feel it so much hacky. The one thing I want to do is adding some provider option like whether provider use PR or commit directly or select merge method among merge commit, rebase, squash.
If you no longer maintain or don't want to new features to this provider, can I create a separate provider to add new functionality? I would appreciate your opinion.
Thanks.