Skip to content

Comments

Add riconnon to django-commons#433

Merged
Stormheg merged 1 commit intomainfrom
add-user/432
Feb 17, 2026
Merged

Add riconnon to django-commons#433
Stormheg merged 1 commit intomainfrom
add-user/432

Conversation

@cunla
Copy link
Member

@cunla cunla commented Feb 16, 2026

Fix #432. See next steps in New Member Playbook

@cunla cunla requested a review from a team as a code owner February 16, 2026 22:42
@cunla
Copy link
Member Author

cunla commented Feb 16, 2026

Terraform plan for members

Plan: 1 to add, 1 to change, 0 to destroy.
Terraform used the selected providers to generate the following execution
plan. Resource actions are indicated with the following symbols:
+   create
!~  update in-place

Terraform will perform the following actions:

  # github_membership.this["riconnon"] will be created
+   resource "github_membership" "this" {
+       downgrade_on_destroy = false
+       etag                 = (known after apply)
+       id                   = (known after apply)
+       role                 = "member"
+       username             = "riconnon"
    }

  # github_team_members.org_designers_team_members will be updated in-place
!~  resource "github_team_members" "org_designers_team_members" {
        id      = "14084892"
#        (1 unchanged attribute hidden)

+       members {
+           role     = "member"
+           username = "GODSPE1"
        }

#        (14 unchanged blocks hidden)
    }

Plan: 1 to add, 1 to change, 0 to destroy.

✅ Plan applied in Apply org membership changes #15

Outputs
invalid_users = []

@Stormheg Stormheg merged commit cb09b31 into main Feb 17, 2026
5 checks passed
@Stormheg Stormheg deleted the add-user/432 branch February 17, 2026 08:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

✋ [MEMBER] - riconnon

3 participants