django-commons / membership

Membership repository for the django-commons organization.
MIT License
26 stars 3 forks source link

Add mkalioby and RealOrangeOne #69

Closed tim-schilling closed 1 month ago

tim-schilling commented 1 month ago

References #47, #68

github-actions[bot] commented 1 month ago

Terraform plan in terraform With var files: terraform/production/org.tfvars terraform/production/repositories.tfvars With variables: github_token = (sensitive value)

Plan: 2 to add, 0 to change, 0 to destroy. ```diff Terraform used the selected providers to generate the following execution plan. Resource actions are indicated with the following symbols: + create Terraform will perform the following actions: # github_membership.this["RealOrangeOne"] will be created + resource "github_membership" "this" { + downgrade_on_destroy = false + etag = (known after apply) + id = (known after apply) + role = "member" + username = "RealOrangeOne" } # github_membership.this["mkalioby"] will be created + resource "github_membership" "this" { + downgrade_on_destroy = false + etag = (known after apply) + id = (known after apply) + role = "member" + username = "mkalioby" } Plan: 2 to add, 0 to change, 0 to destroy. ```

:memo: Plan generated in Plan org changes and list them in a PR #8