-
Notifications
You must be signed in to change notification settings - Fork 18
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
Manage github repositories security settings using terraform #446
Labels
Comments
ahockersten
added a commit
that referenced
this issue
Nov 25, 2021
Labels are taken from XenitAB/terraform-modules for now, but can be tweaked later. Resolves #446
ahockersten
added a commit
that referenced
this issue
Nov 25, 2021
Labels are taken from XenitAB/terraform-modules for now, but can be tweaked later. Resolves #446
ahockersten
added a commit
that referenced
this issue
Nov 25, 2021
Labels are taken from XenitAB/terraform-modules for now, but can be tweaked later. Resolves #446
ahockersten
added a commit
that referenced
this issue
Nov 25, 2021
Labels are taken from XenitAB/terraform-modules for now, but can be tweaked later. Resolves #446
ahockersten
added a commit
that referenced
this issue
Nov 25, 2021
Labels are taken from XenitAB/terraform-modules for now, but can be tweaked later. Resolves #446
ahockersten
added a commit
that referenced
this issue
Nov 25, 2021
Labels are taken from XenitAB/terraform-modules for now, but can be tweaked later. Resolves #446
ahockersten
added a commit
that referenced
this issue
Nov 30, 2021
Labels are taken from XenitAB/terraform-modules for now, but can be tweaked later. Resolves #446
The code for this still exists, but has presumably rotted too much. I'm moving this back to the backlog for possibly someone else to pick up. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We are starting to get a number of github repositories and it have happened that we have missed setting things like branch protection for main.
To solve this I think we should start managing our github repositories using terraform.
It would be easy to add others features like managing label colors and names in all of repositories so it's the same for all of xenits repos.
https://registry.terraform.io/providers/integrations/github/latest/docs
Doing this would also require us to create a separate repository where to actually apply these settings but that is out of scope for this PR.
The text was updated successfully, but these errors were encountered: