ipfs / github-mgmt

10 stars 25 forks source link

Remove TestGround #135

Closed hacdias closed 1 year ago

hacdias commented 1 year ago

Summary

The TestGround team no longer exists and is now maintained by a different group of people in a different organization (https://github.com/testground).

We should perhaps also consider archiving https://github.com/ipfs/test-plans, since it is no longer used.

Why do you need this?

Clean up.

What else do we need to know?

DRI: myself

Reviewer's Checklist

github-actions[bot] commented 1 year ago

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: - destroy Terraform will perform the following actions: # github_team.this["testground"] will be destroyed # (because key ["testground"] is not in for_each map) - resource "github_team" "this" { - etag = "W/\"0e0233ee1a091e5cf4790a7f8363685b42aa2063418a3a3730daba9055273f22\"" -> null - id = "3516691" -> null - members_count = 5 -> null - name = "TestGround" -> null - node_id = "MDQ6VGVhbTM1MTY2OTE=" -> null - privacy = "closed" -> null - slug = "testground" -> null } # github_team_membership.this["testground:daviddias"] will be destroyed # (because key ["testground:daviddias"] is not in for_each map) - resource "github_team_membership" "this" { - etag = "W/\"976bd8a7b9a19c67e0ec28e7c058b8a61f5e0f7b5e66316cc0b6eb8103097404\"" -> null - id = "3516691:daviddias" -> null - role = "maintainer" -> null - team_id = "3516691" -> null - username = "daviddias" -> null } # github_team_membership.this["testground:hacdias"] will be destroyed # (because key ["testground:hacdias"] is not in for_each map) - resource "github_team_membership" "this" { - etag = "W/\"088c24aa528e7dc10f6ec14b8feec38a2d8c498aa5b3219785a1c6d8612aec86\"" -> null - id = "3516691:hacdias" -> null - role = "member" -> null - team_id = "3516691" -> null - username = "hacdias" -> null } # github_team_membership.this["testground:jimpick"] will be destroyed # (because key ["testground:jimpick"] is not in for_each map) - resource "github_team_membership" "this" { - etag = "W/\"416d4c42b3b6971bedf70f59126d15ade96a5a4aa9e02741234a136f71a04466\"" -> null - id = "3516691:jimpick" -> null - role = "member" -> null - team_id = "3516691" -> null - username = "jimpick" -> null } # github_team_membership.this["testground:nonsense"] will be destroyed # (because key ["testground:nonsense"] is not in for_each map) - resource "github_team_membership" "this" { - etag = "W/\"ebb7ed918b9b823f8d4ccc8a52341e6bef7b8e6cbea8d0660ba7249cc8545d44\"" -> null - id = "3516691:nonsense" -> null - role = "member" -> null - team_id = "3516691" -> null - username = "nonsense" -> null } # github_team_membership.this["testground:raulk"] will be destroyed # (because key ["testground:raulk"] is not in for_each map) - resource "github_team_membership" "this" { - etag = "W/\"c02f5c5918057f3768ae1ce02e7435b5f594899162f4c9b49fda5733cf83e3c7\"" -> null - id = "3516691:raulk" -> null - role = "member" -> null - team_id = "3516691" -> null - username = "raulk" -> null } # github_team_repository.this["testground:test-plans"] will be destroyed # (because key ["testground:test-plans"] is not in for_each map) - resource "github_team_repository" "this" { - etag = "W/\"94ee190affb824ddd5d1131ea9010e8a95b9c05c254970edbe106f8871c591f5\"" -> null - id = "3516691:test-plans" -> null - permission = "maintain" -> null - repository = "test-plans" -> null - team_id = "3516691" -> null } Plan: 0 to add, 0 to change, 7 to destroy. ```