Files
PyGithub/github/tests
Alice GIRARD 8ee75a282b Added support for required signatures on protected branches (#939)
Wraps the parts of the branch protection API that allows the user to require signed commits on a branch.
New methods are :
* Branch.get_required_signatures : returns true if signed commits are required
* Branch.add_required_signatures : adds the requirements for signed commits on a branch
* Branch.remove_required_signatures : removes the requirement for signed commits on a branch

It uses the API provided on this page : https://developer.github.com/v3/repos/branches/

Since this feature is in [preview](https://developer.github.com/changes/2018-02-22-protected-branches-required-signatures/) I pass the 'Accept application/vnd.github.zzzax-preview+json' header to each request.
2018-10-22 14:37:47 +08:00
..
2018-08-19 10:47:41 +08:00
2018-08-19 10:47:41 +08:00
2018-08-19 10:47:41 +08:00
2018-08-19 10:47:41 +08:00
2018-10-03 11:51:59 +08:00
2018-08-19 10:47:41 +08:00
2018-08-19 10:47:41 +08:00
2018-08-19 10:47:41 +08:00
2018-08-19 10:47:41 +08:00
2018-04-06 09:17:19 +08:00
2018-09-11 13:05:16 +08:00
2018-10-19 07:24:45 +08:00
2018-08-19 10:47:41 +08:00
2018-08-19 10:47:41 +08:00
2018-08-19 10:47:41 +08:00
2018-10-03 11:51:59 +08:00
2018-08-19 10:47:41 +08:00