Skip to content

Conversation

@guillaumemichel
Copy link
Contributor

Summary

I need access to ipshipyard repositories since I joined the team.

Why do you need this?

Contribute to various projects.

What else do we need to know?

_

DRI: myself

Reviewer's Checklist

  • It is clear where the request is coming from (if unsure, ask)
  • All the automated checks passed
  • The YAML changes reflect the summary of the request
  • The Terraform plan posted as a comment reflects the summary of the request

@github-actions
Copy link
Contributor

Before merge, verify that all the following plans are correct. They will be applied as-is after the merge.

Terraform plans

ipshipyard

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

  # github_repository_collaborator.this["waterworks-infra:guillaumemichel"] will be created
  + resource "github_repository_collaborator" "this" {
      + id                          = (known after apply)
      + invitation_id               = (known after apply)
      + permission                  = "push"
      + permission_diff_suppression = false
      + repository                  = "waterworks-infra"
      + username                    = "guillaumemichel"
    }

  # github_team_membership.this["engineering:guillaumemichel"] will be created
  + resource "github_team_membership" "this" {
      + etag     = (known after apply)
      + id       = (known after apply)
      + role     = "member"
      + team_id  = "10925582"
      + username = "guillaumemichel"
    }

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

@github-actions
Copy link
Contributor

The following access changes will be introduced as a result of applying the plan:

Access Changes
User guillaumemichel:
  - will join the organization as a [object Object] (remind them to accept the email invitation)
  - will gain push permission to p2p-forge
  - will gain push permission to waterworks-infra

@lidel lidel merged commit 43eae27 into ipshipyard:master Jan 16, 2025
6 checks passed
@guillaumemichel guillaumemichel deleted the add-guillaumemichel branch January 17, 2025 06:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants