ipfs / github-mgmt

10 stars 25 forks source link

Add go-libipfs-rapide #120

Closed Jorropo closed 1 year ago

Jorropo commented 1 year ago

Summary

This is largely a copy paste of the go-libipfs rules.

Why do you need this?

What else do we need to know?

https://github.com/ipfs/go-libipfs/issues/180

DRI: @Jorropo

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_branch_protection.this["go-libipfs-rapide:main"] will be created + resource "github_branch_protection" "this" { + allows_deletions = true + allows_force_pushes = false + enforce_admins = false + id = (known after apply) + pattern = "main" + repository_id = "R_kgDOI_UGfA" + require_conversation_resolution = false + require_signed_commits = false + required_linear_history = false + required_pull_request_reviews { + dismiss_stale_reviews = false + require_code_owner_reviews = true + required_approving_review_count = 0 + restrict_dismissals = false } + required_status_checks { + strict = true } } # github_repository_collaborator.this["go-libipfs-rapide: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 = "go-libipfs-rapide" + 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) } # github_team_repository.this["admin:go-libipfs-rapide"] will be created + resource "github_team_repository" "this" { + etag = (known after apply) + id = (known after apply) + permission = "admin" + repository = "go-libipfs-rapide" + team_id = "1516991" } # github_team_repository.this["ipdx:go-libipfs-rapide"] will be created + resource "github_team_repository" "this" { + etag = (known after apply) + id = (known after apply) + permission = "admin" + repository = "go-libipfs-rapide" + team_id = "6349983" } # github_team_repository.this["merge - go:go-libipfs-rapide"] will be created + resource "github_team_repository" "this" { + etag = (known after apply) + id = (known after apply) + permission = "maintain" + repository = "go-libipfs-rapide" + team_id = "3364102" } # github_team_repository.this["repos - go:go-libipfs-rapide"] will be created + resource "github_team_repository" "this" { + etag = (known after apply) + id = (known after apply) + permission = "maintain" + repository = "go-libipfs-rapide" + team_id = "3232508" } # github_team_repository.this["w3dt-stewards:go-libipfs-rapide"] will be created + resource "github_team_repository" "this" { + etag = (known after apply) + id = (known after apply) + permission = "admin" + repository = "go-libipfs-rapide" + team_id = "4656983" } Plan: 7 to add, 1 to change, 0 to destroy. ```
galargh commented 1 year ago

This repository should have been automatically pulled in by a weekly sync. I'm looking into why it wasn't. I'm gonna update the PR once I successfully sync configs. Sorry for the delay.