ipfs / github-mgmt

10 stars 25 forks source link

add web3-bot to helia-* repos #122

Closed galargh closed 1 year ago

galargh commented 1 year ago

Required by https://github.com/protocol/.github/pull/470

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: + create ~ update in-place Terraform will perform the following actions: # github_repository_collaborator.this["helia-ipns:web3-bot"] will be created + resource "github_repository_collaborator" "this" { + id = (known after apply) + invitation_id = (known after apply) + permission = "push" + permission_diff_suppression = false + repository = "helia-ipns" + username = "web3-bot" } # github_repository_collaborator.this["helia-unixfs:web3-bot"] will be created + resource "github_repository_collaborator" "this" { + id = (known after apply) + invitation_id = (known after apply) + permission = "push" + permission_diff_suppression = false + repository = "helia-unixfs" + username = "web3-bot" } # github_repository_file.this["go-libipfs-rapide/.github/workflows/stale.yml"] will be updated in-place ~ resource "github_repository_file" "this" { ~ commit_message = "Initial commit" -> "chore: Update .github/workflows/stale.yml [skip ci]" id = "go-libipfs-rapide/.github/workflows/stale.yml" # (9 unchanged attributes hidden) } Plan: 2 to add, 1 to change, 0 to destroy. ```