andrewthetechie / gha-repo-manager

Manage your Github repo(s) settings and secrets using Github Actions and a yaml file
https://github.com/andrewthetechie/gha-repo-manager
MIT License
22 stars 6 forks source link

Set Allow Commit Message #211

Open Martin-Gonzalez90 opened 4 months ago

Martin-Gonzalez90 commented 4 months ago

When you go to settings (general) you can specify squash/merge commit but you can also select the default commit type.

Is it possible to apply this settings?

andrewthetechie commented 4 months ago

Hi @Martin-Gonzalez90, if the github api and pygithub support that setting, then this action could as well.

I'd approve a PR adding the feature if you'd like to make it.