ipfs / github-mgmt

10 stars 25 forks source link

Grant javascript devs push access to helia repos #130

Closed 2color closed 1 year ago

2color commented 1 year ago

Summary

Grant javascript devs push access to helia repos. This is consistent with the helia repo permissions

Why do you need this?

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: + create ~ update in-place Terraform will perform the following actions: # github_repository_file.this["boxo/.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 = "boxo/.github/workflows/stale.yml" # (9 unchanged attributes hidden) } # github_repository_file.this["js-stores/.github/workflows/stale.yml"] will be updated in-place ~ resource "github_repository_file" "this" { ~ commit_message = "Update .github/workflows/stale.yml" -> "chore: Update .github/workflows/stale.yml [skip ci]" id = "js-stores/.github/workflows/stale.yml" # (9 unchanged attributes hidden) } # github_team_repository.this["repos - javascript:helia-cli"] will be created + resource "github_team_repository" "this" { + etag = (known after apply) + id = (known after apply) + permission = "push" + repository = "helia-cli" + team_id = "1433120" } # github_team_repository.this["repos - javascript:helia-ipns"] will be created + resource "github_team_repository" "this" { + etag = (known after apply) + id = (known after apply) + permission = "push" + repository = "helia-ipns" + team_id = "1433120" } # github_team_repository.this["repos - javascript:helia-unixfs"] will be created + resource "github_team_repository" "this" { + etag = (known after apply) + id = (known after apply) + permission = "push" + repository = "helia-unixfs" + team_id = "1433120" } Plan: 3 to add, 2 to change, 0 to destroy. ```