Skip to content

Conversation

@cunla
Copy link
Member

@cunla cunla commented Feb 4, 2026

Fix #390. See next steps in New Member Playbook

@cunla cunla requested a review from a team as a code owner February 4, 2026 04:21
Copilot AI review requested due to automatic review settings February 4, 2026 04:21
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

Adds the GitHub user mdehsan873 to the Django Commons GitHub organization members list to resolve issue #390 and follow the New Member Playbook process.

Changes:

  • Added mdehsan873 to the members array in production Terraform org configuration.

@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, 0 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

Terraform will perform the following actions:

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

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

📝 Plan generated in Plan org changes and list them in a PR #275

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] - mdehsan873

2 participants