-
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
Feature: Add support for Repo/Org Push rulesets #3274
Comments
Yes, this is already supported, by setting the However, I've made #3275 to update the comment to make this more clear. |
Please let me know if I've missed something, @srgustafson8 . |
@gmlewis thank you - I should have looked a bit deeper. Great to see this is already supported! |
No worries! It is also great to have the comments up-to-date to make things easier to find, so thank you for reporting the issue. |
Hi @gmlewis - having done a bit more digging, I believe there is some work required to fully support the push rulesets. The target can be set to If you agree and this gets reopened, then I'm happy to give this a go when I get a chance. |
Thank you, @srgustafson8 ! |
GitHub launched push rules for rulesets to GA recently where you can allow only a certain team or group to push particular paths or files. The API has documentation now to support
push
rule targets for both Repository and Organisation.It would be great to be able to support creating and managing these programatically.
The text was updated successfully, but these errors were encountered: