Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

alumni #159

Merged
merged 1 commit into from
Aug 3, 2023
Merged

alumni #159

merged 1 commit into from
Aug 3, 2023

Conversation

willscott
Copy link
Contributor

some permission cleanups we missed earlier

some permission cleanups we missed earlier
@willscott willscott requested review from a team as code owners August 2, 2023 20:42
@willscott willscott requested a review from galargh August 2, 2023 20:42
@github-actions
Copy link
Contributor

github-actions bot commented Aug 2, 2023

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

Terraform plans

ipfs

Terraform used the selected providers to generate the following execution
plan. Resource actions are indicated with the following symbols:
  ~ update in-place
  - destroy

Terraform will perform the following actions:

  # github_membership.this["jacobheun"] will be updated in-place
  ~ resource "github_membership" "this" {
        id       = "ipfs:jacobheun"
      ~ role     = "admin" -> "member"
        # (2 unchanged attributes hidden)
    }

  # github_repository_collaborator.this["go-graphsync:kylehuntsman"] will be destroyed
  # (because key ["go-graphsync:kylehuntsman"] is not in for_each map)
  - resource "github_repository_collaborator" "this" {
      - id         = "go-graphsync:kylehuntsman" -> null
      - permission = "push" -> null
      - repository = "go-graphsync" -> null
      - username   = "kylehuntsman" -> null
    }

  # github_team_membership.this["admin:jacobheun"] will be destroyed
  # (because key ["admin:jacobheun"] is not in for_each map)
  - resource "github_team_membership" "this" {
      - etag     = "W/\"1185c02472b5bab73be2a3210ac6199b3e9add7c3d1755e90e00169a8bfbb480\"" -> null
      - id       = "1516991:jacobheun" -> null
      - role     = "maintainer" -> null
      - team_id  = "1516991" -> null
      - username = "jacobheun" -> null
    }

  # github_team_membership.this["repos - go:kylehuntsman"] will be destroyed
  # (because key ["repos - go:kylehuntsman"] is not in for_each map)
  - resource "github_team_membership" "this" {
      - etag     = "W/\"e92ac7631ecccc099427645be92416f654541ca76ef1b262a59f1a846970a123\"" -> null
      - id       = "3232508:kylehuntsman" -> null
      - role     = "member" -> null
      - team_id  = "3232508" -> null
      - username = "kylehuntsman" -> null
    }

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

@galargh galargh merged commit 766def9 into master Aug 3, 2023
6 checks passed
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.

2 participants