Skip to content

Commit

Permalink
Merge pull request #29 from ipfs-examples/ipdx-co-migration
Browse files Browse the repository at this point in the history
Migrating GitHub as Code to infrastructure managed by IPDX.co
  • Loading branch information
galargh authored Jan 30, 2024
2 parents a4b5105 + 2f47ad2 commit 648c255
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 17 deletions.
2 changes: 1 addition & 1 deletion .sync
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7682364547
7713060351
14 changes: 1 addition & 13 deletions github/ipfs-examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ members:
- BigLep
- galargh
- lidel
- sgtpooki
- SgtPooki
member:
- hacdias
- whizzzkid
Expand Down Expand Up @@ -1444,10 +1444,6 @@ repositories:
vulnerability_alerts: false
js-ipfs-examples:
advanced_security: false
allow_auto_merge: false
allow_merge_commit: false
allow_rebase_merge: false
allow_squash_merge: true
allow_update_branch: false
archived: true
auto_init: false
Expand All @@ -1471,20 +1467,15 @@ repositories:
- lidel
- SgtPooki
default_branch: master
delete_branch_on_merge: true
description: Collection of js-ipfs examples
has_discussions: false
has_downloads: true
has_issues: true
has_projects: true
has_wiki: true
is_template: false
merge_commit_message: PR_TITLE
merge_commit_title: MERGE_MESSAGE
secret_scanning_push_protection: false
secret_scanning: true
squash_merge_commit_message: COMMIT_MESSAGES
squash_merge_commit_title: COMMIT_OR_PR_TITLE
visibility: public
vulnerability_alerts: false
js-ipfs-http-client-browser-pubsub:
Expand Down Expand Up @@ -1806,12 +1797,10 @@ repositories:
vulnerability_alerts: true
teams:
Alumni:
create_default_maintainer: false
privacy: closed
github-mgmt stewards:
# NOTE: created to capture users with push+ access to github-mgmt repository
# using a team instead of direct collaborators because we want to reference it in the CODEOWNERS file
create_default_maintainer: false
description: Users that are effectively org admins
members:
# WARN: membership here should be treated exactly as cautiously as having an org admin role
Expand All @@ -1822,7 +1811,6 @@ teams:
- 2color
privacy: closed
ipdx:
create_default_maintainer: false
members:
maintainer:
- galargh
Expand Down
6 changes: 3 additions & 3 deletions terraform/terraform_override.tf
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
terraform {
backend "s3" {
# account_id = "642361402189"
# account_id = < Managed by https://ipdx.co >
region = "us-east-1"
bucket = "github-mgmt"
bucket = "github-as-code-interplanetary-shipyard"
key = "terraform.tfstate"
workspace_key_prefix = "org"
dynamodb_table = "github-mgmt"
dynamodb_table = "github-as-code-interplanetary-shipyard"
}
}

0 comments on commit 648c255

Please sign in to comment.