Skip to content

Commit a5efd85

Browse files
committed
chore: transfer to pl-strflt
1 parent 5512585 commit a5efd85

File tree

9 files changed

+18
-23
lines changed

9 files changed

+18
-23
lines changed

.github/workflows/upgrade.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010

1111
jobs:
1212
upgrade:
13-
uses: protocol/github-mgmt-template/.github/workflows/upgrade_reusable.yml@master
13+
uses: pl-strflt/github-mgmt-template/.github/workflows/upgrade_reusable.yml@master
1414
with:
1515
ref: inputs.ref
1616
secrets:

.github/workflows/upgrade_reusable.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: Checkout GitHub Management template
3535
uses: actions/checkout@v3
3636
with:
37-
repository: protocol/github-mgmt-template
37+
repository: pl-strflt/github-mgmt-template
3838
path: github-mgmt-template
3939
ref: ${{ github.event.inputs.ref }}
4040
- name: Checkout GitHub Management

README.md

+2-7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<div align="center">
22

3-
![Management Banner](https://github.com/protocol/github-mgmt-template/assets/6688074/15b2101a-149a-4556-a1b5-497b50d77813)
3+
![Management Banner](https://github.com/pl-strflt/github-mgmt-template/assets/6688074/15b2101a-149a-4556-a1b5-497b50d77813)
44

55
# GitHub Management as Code
66

@@ -20,9 +20,4 @@ A robust template for managing GitHub configurations as code via Pull Requests.
2020

2121
## Active Users
2222

23-
A broad range of diverse organizations are already leveraging our GitHub Management solution via Pull Request Workflow. You can find a comprehensive list of these organizations on our [GitHub Management Router repository](https://github.com/protocol/github-mgmt-router). This list showcases the versatility and effectiveness of our GitHub Management system. Our solution can be tailored to meet your unique requirements, driving efficiency and streamlined GitHub organization management.
24-
25-
26-
27-
28-
23+
A broad range of diverse organizations are already leveraging our GitHub Management solution via Pull Request Workflow. You can find a comprehensive list of these organizations on our [GitHub Management Router repository](https://github.com/pl-strflt/github-mgmt-router). This list showcases the versatility and effectiveness of our GitHub Management system. Our solution can be tailored to meet your unique requirements, driving efficiency and streamlined GitHub organization management.

docs/EXAMPLE.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ repositories: # This group defines repositories (https://registry.terraform.io/p
7474
default_branch: master
7575
delete_branch_on_merge: false
7676
description: GitHub Management
77-
homepage_url: https://github.com/protocol/github-mgmt-template
77+
homepage_url: https://github.com/pl-strflt/github-mgmt-template
7878
is_template: false
7979
vulnerability_alerts: false
8080
archive_on_destroy: true
@@ -87,7 +87,7 @@ repositories: # This group defines repositories (https://registry.terraform.io/p
8787
branch: master
8888
path: /docs
8989
template:
90-
owner: protocol
90+
owner: pl-strflt
9191
repository: github-mgmt-template
9292
topics:
9393
- github

docs/HOWTOS.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
*Example*
1313

14-
I want to invite `galargh` as an admin to `protocol` organization through GitHub Management.
14+
I want to invite `galargh` as an admin to `pl-strflt` organization through GitHub Management.
1515

1616
I ensure the YAML configuration file has the following entry:
1717
```yaml
@@ -29,7 +29,7 @@ I push my changes to a new branch and create a PR. An admin reviews the PR and m
2929
3030
*Example*
3131
32-
I want to demote `galargh` from being an `admin` of `protocol` organization to a regular `member` through GitHub Management.
32+
I want to demote `galargh` from being an `admin` of `pl-strflt` organization to a regular `member` through GitHub Management.
3333

3434
I change the entry for `galargh` in the YAML configuration file from:
3535
```yaml
@@ -54,7 +54,7 @@ I push my changes to a new branch and create a PR. An admin reviews the PR and m
5454

5555
*Example*
5656

57-
I want to be able to configure who the member of the `protocol` organization is through GitHub Management.
57+
I want to be able to configure who the member of the `pl-strflt` organization is through GitHub Management.
5858

5959
I add `github_membership` to `resource_types` array in [terraform/locals_override.tf](../terraform/locals_override.tf). I push my changes to a new branch and create a PR. An admin reviews the PR and merges the PR if everything looks OK. Then, they synchronize GitHub Management with GitHub configuration.
6060

@@ -67,7 +67,7 @@ I add `github_membership` to `resource_types` array in [terraform/locals_overrid
6767

6868
*Example*
6969

70-
I do not want to configure the roles of `protocol` organization members through GitHub Management anymore.
70+
I do not want to configure the roles of `pl-strflt` organization members through GitHub Management anymore.
7171

7272
I ensure that `terraform/resources_override.tf` contains the following entry:
7373
```tf

scripts/__tests__/__resources__/files/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# GitHub Management via Terraform: pl-strflt
22

3-
This repository is responsible for managing GitHub configuration of `pl-strflt` organisation as code with Terraform. It was created from [github-mgmt-template](https://github.com/protocol/github-mgmt-template) and it will receive updates from that repository.
3+
This repository is responsible for managing GitHub configuration of `pl-strflt` organisation as code with Terraform. It was created from [github-mgmt-template](https://github.com/pl-strflt/github-mgmt-template) and it will receive updates from that repository.
44

55
**IMPORTANT**: Having write access to GitHub Management repository can be as powerful as having admin access to the organizations managed by that repository.
66

scripts/__tests__/__resources__/github/default.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ repositories:
7878
triage:
7979
- ipdx
8080
template:
81-
owner: protocol
81+
owner: pl-strflt
8282
repository: github-mgmt-template
8383
visibility: public
8484
vulnerability_alerts: false

scripts/__tests__/__resources__/terraform/terraform.tfstate

+2-2
Original file line numberDiff line numberDiff line change
@@ -1409,7 +1409,7 @@
14091409
"svn_url": "https://github.com/pl-strflt/github-mgmt",
14101410
"template": [
14111411
{
1412-
"owner": "protocol",
1412+
"owner": "pl-strflt",
14131413
"repository": "github-mgmt-template"
14141414
}
14151415
],
@@ -1794,7 +1794,7 @@
17941794
"commit_email": "[email protected]",
17951795
"commit_message": "Update README",
17961796
"commit_sha": "ff32de62d3dd9bc01a2dabd8439d413e8a250dfe",
1797-
"content": "# GitHub Management via Terraform: pl-strflt\n\nThis repository is responsible for managing GitHub configuration of `pl-strflt` organisation as code with Terraform. It was created from [github-mgmt-template](https://github.com/protocol/github-mgmt-template) and it will receive updates from that repository.\n\n**IMPORTANT**: Having write access to GitHub Management repository can be as powerful as having admin access to the organizations managed by that repository.\n\n*NOTE*: Because we don't have merge queue functionality enabled for the repository yet, after a merge, wait for the `Apply` and `Update` workflows to complete before merging any other PRs.\n\nTo learn more, check out:\n- [What is GitHub Management and how does it work?](docs/ABOUT.md)\n- [How to set up GitHub Management?](docs/SETUP.md)\n- [How to work with GitHub Management?](docs/HOWTOS.md)\n",
1797+
"content": "# GitHub Management via Terraform: pl-strflt\n\nThis repository is responsible for managing GitHub configuration of `pl-strflt` organisation as code with Terraform. It was created from [github-mgmt-template](https://github.com/pl-strflt/github-mgmt-template) and it will receive updates from that repository.\n\n**IMPORTANT**: Having write access to GitHub Management repository can be as powerful as having admin access to the organizations managed by that repository.\n\n*NOTE*: Because we don't have merge queue functionality enabled for the repository yet, after a merge, wait for the `Apply` and `Update` workflows to complete before merging any other PRs.\n\nTo learn more, check out:\n- [What is GitHub Management and how does it work?](docs/ABOUT.md)\n- [How to set up GitHub Management?](docs/SETUP.md)\n- [How to work with GitHub Management?](docs/HOWTOS.md)\n",
17981798
"file": "README.md",
17991799
"id": "github-mgmt/README.md",
18001800
"overwrite_on_create": false,

terraform/bootstrap/aws.tf

+4-4
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ resource "aws_s3_bucket" "this" {
2727

2828
tags = {
2929
Name = "GitHub Management"
30-
Url = "https://github.com/protocol/github-mgmt-template"
30+
Url = "https://github.com/pl-strflt/github-mgmt-template"
3131
}
3232
}
3333

@@ -48,7 +48,7 @@ resource "aws_dynamodb_table" "this" {
4848

4949
tags = {
5050
Name = "GitHub Management"
51-
Url = "https://github.com/protocol/github-mgmt-template"
51+
Url = "https://github.com/pl-strflt/github-mgmt-template"
5252
}
5353
}
5454

@@ -57,7 +57,7 @@ resource "aws_iam_user" "ro" {
5757

5858
tags = {
5959
Name = "GitHub Management"
60-
Url = "https://github.com/protocol/github-mgmt-template"
60+
Url = "https://github.com/pl-strflt/github-mgmt-template"
6161
}
6262
}
6363

@@ -66,7 +66,7 @@ resource "aws_iam_user" "rw" {
6666

6767
tags = {
6868
Name = "GitHub Management"
69-
Url = "https://github.com/protocol/github-mgmt-template"
69+
Url = "https://github.com/pl-strflt/github-mgmt-template"
7070
}
7171
}
7272

0 commit comments

Comments
 (0)