django-commons / membership

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

Add sobolevn #96

Closed Stormheg closed 1 month ago

Stormheg commented 1 month ago

In response to https://github.com/django-commons/membership/issues/95

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: 1 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["sobolevn"] will be created + resource "github_membership" "this" { + downgrade_on_destroy = false + etag = (known after apply) + id = (known after apply) + role = "member" + username = "sobolevn" } Plan: 1 to add, 0 to change, 0 to destroy. ```

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