app
app copied to clipboard
Enforce signed commits
Prerequisites:
New Feature
provide setting to enforce signed commits
please provide the remaining details asked for in the issue template
@SamuelCabralCruz required_signatures
should work. See: https://github.com/probot/settings/issues/220#issuecomment-613741695
I did use it on a recent greenfield project and was working fine, BUT I do have occurrences of branch protection not being applied at all, with and without required_signatures
being specified. I was not able to get down to the root of the issue so far. Would be interesting to be able to see error logs, maybe we could deploy our own instance of the app to get to the root of this.
@johnmartel I did check on your repo I forgot about this issue. It did work as expected. For the branch protection not being applied, I experienced the same issue but I observed that it seems to be due to partial branch protection configuration. Would be nice to do some further investigations.