Skip to content

Comments

Add GODSPE1 to django-commons#399

Merged
cunla merged 2 commits intomainfrom
add-user/386
Feb 4, 2026
Merged

Add GODSPE1 to django-commons#399
cunla merged 2 commits intomainfrom
add-user/386

Conversation

@cunla
Copy link
Member

@cunla cunla commented Feb 4, 2026

Fix #386. See next steps in New Member Playbook

@cunla cunla requested a review from a team as a code owner February 4, 2026 13:55
Copilot AI review requested due to automatic review settings February 4, 2026 13:55
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR adds GODSPE1 as a new member to the django-commons organization, specifically to the designers team, as requested in issue #386. The user has expressed interest in contributing to Django projects and has agreed to the Code of Conduct.

Changes:

  • Added "GODSPE1" to the designers list in terraform/production/org.tfvars
  • Added "GODSPE1" to the members list in terraform/production/org.tfvars

@cunla
Copy link
Member Author

cunla commented Feb 4, 2026

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, 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["GODSPE1"] will be created
+   resource "github_membership" "this" {
+       downgrade_on_destroy = false
+       etag                 = (known after apply)
+       id                   = (known after apply)
+       role                 = "member"
+       username             = "GODSPE1"
    }

  # 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"
        }

#        (12 unchanged blocks hidden)
    }

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

✅ Plan applied in Apply org changes #146

Outputs
invalid_users = []

@cunla cunla mentioned this pull request Feb 4, 2026
@cunla cunla merged commit 3a65dc0 into main Feb 4, 2026
4 checks passed
@cunla cunla deleted the add-user/386 branch February 4, 2026 18:34
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] - GODSPE1

3 participants