-
Notifications
You must be signed in to change notification settings - Fork 17
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
feat: Add RepositoryRuleset resource #131
feat: Add RepositoryRuleset resource #131
Conversation
76d9700
to
5795717
Compare
Signed-off-by: Asaf Haim <[email protected]>
5795717
to
9a9835e
Compare
Not sure why CI is failing... |
@asafhm, you need to run |
@AtzeDeVries The command fails because there's no target named
|
ah the build folder (which contain the targets) is a git submodule, so you need to fetch the submodules. |
@AtzeDeVries Excuse my noobieness, but after doing so and rerunning
I assume this binary isn't installed somehow during this process? |
goimports is a binary you need to install, it validates import statements in go. |
Thanks :) Added the generated files successfully. |
@asafhm you still need to sign the DCO, or always use signed commits. |
Signed-off-by: Asaf Haim <[email protected]>
ec04b2d
to
a305cfd
Compare
Roger that, sorry for the back and forth. |
Adds the
RepositoryRuleset
resource(Organization ruleset is a feature allowed only in Github Enterprise, so this can help all those not with an enterprise plan)