-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add new Branch Protection "Require Last Push Approval" #2574
Comments
Thank you, @fproulx-boostsecurity ! This would be a great PR for any new contributor to this repo or a new Go developer. Feel free to volunteer for any issue and the issue can be assigned to you so that others don't attempt to duplicate the work. Please check out our CONTRIBUTING.md guide to get started. (In particular, please remember to Thank you! |
Hey there, is this issue still available? I'm currently learning how to contribute to open source, and this was marked as a good place to start. |
Cool! Yes, this issue is available. |
Where should this change be located, exactly? I am currently reviewing the code structure of this project, yet I am not really sure where should we add this change. commit cb24cab is concerned with this functionality too and references |
@XaurDesu Dang you beat me getting to this ticket. 😄 So...i would think you need to update the cc: @gmlewis |
I've got an uncommited version of the changes proposed by @dtdao in my local machine, mostly basing it in the way cb24cab was strtuctured, with all changes being inside cc. @gmlewis |
I'm not sure I understand the question, but feel free to create a PR and add "Fixes: #2574" to the description and we can take a look at it, and see where to go from there. See our CONTRIBUTING.md guide for general helpful advice about contributing to this project. |
Just linked a pull request for it, again, it is fairly barebones but has the functions discussed in this issue. |
New Branch Protection features added in October are not yet supported https://github.blog/changelog/2022-10-20-new-branch-protections-last-pusher-and-locked-branch/
https://docs.github.com/en/rest/branches/branch-protection#get-branch-protection
require_last_push_approval
The text was updated successfully, but these errors were encountered: