Before merge, verify that all the following plans are correct. They will be applied as-is after the merge.
Terraform plans
filecoin-project
```
Terraform used the selected providers to generate the following execution
plan. Resource actions are indicated with the following symbols:
~ update in-place
Terraform will perform the following actions:
# github_membership.this["biglep"] will be updated in-place
~ resource "github_membership" "this" {
id = "filecoin-project:BigLep"
~ role = "member" -> "admin"
# (2 unchanged attributes hidden)
}
Plan: 0 to add, 1 to change, 0 to destroy.
```
Temporary org ownership is needed to complete https://github.com/filecoin-project/github-mgmt/issues/47
It enables me to
Access here will be revoked as part of completing https://github.com/filecoin-project/github-mgmt/issues/47, which should happen no later than the week of 2024-09-02.
Reviewer's Checklist