-
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: repository ruleset event type not defined #3295
Comments
Would you like to create a PR for this, @rbtcollins , or shall I open this up to other contributors to this repo? |
I don't think I have an active google CLA with my current employer, and last time I discussed such with legal we got stuck. So I'm not sure I can commit to a PR. |
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! |
Hi @gmlewis @rbtcollins I'd like to work on this |
Thank you, @unamdev0 ! |
Hi @gmlewis, one small doubt, if you check the properties of What should be done in this case? should I declare it as |
When we don't know what the object will be, we typically use a Here are some existing examples you can take a look at from this repo: |
Cool, will use this |
From cbrgm/githubevents#94 (comment) - GitHub are now creating repository rulesets by default rather than branch protection rules (via the UI at least).
API definition.
The text was updated successfully, but these errors were encountered: