From 70d9609a1a89e4710cf11d8412d584a0b674868a Mon Sep 17 00:00:00 2001 From: Igor Rodionov Date: Wed, 20 Nov 2024 02:13:36 +0300 Subject: [PATCH 1/4] Migration completed --- .github/mergify.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/mergify.yml b/.github/mergify.yml index 987acc1..a3e0288 100644 --- a/.github/mergify.yml +++ b/.github/mergify.yml @@ -520,17 +520,17 @@ pull_request_rules: comment: message: | > [!WARNING] - > #### Migration of Components to a New GitHub Organization - > **CODE FREEZE 11/12 - 11/17** - > We are in the process of migrating each component in this repository to individual repositories under a new GitHub organization. - > This change aims to improve the stability, maintainability, and usability of our components. + > #### Migration of Components to a New GitHub Organization Complete + > **Repoistort is now read-only** + > We migrated each component in this repository to individual repositories under a new GitHub organization. + > All future updates, contributions, and issues should be directed to the respective component repositories in the new organization. > - > [Learn more](https://github.com/cloudposse/terraform-aws-components/issues/1177) about the migration and what to expect. + > [Learn more](https://github.com/cloudposse/terraform-aws-components/issues/1177) about the migration. close: message: | - This pull request has been closed due to an active **code freeze** during the migration of components to a new GitHub organization. - Please reopen it after **11/17** in the new repository under [Cloud Posse's Terraform Component GitHub Organization](https://github.com/cloudposse-terraform-components), - if still applicable. Thank you for your understanding. + This pull request has been closed due to read-only state of the repo. + All future updates, contributions, and issues should be directed to the respective component repositories in the new organization [Cloud Posse's Terraform Component GitHub Organization](https://github.com/cloudposse-terraform-components), + Thank you for your understanding. #- name: mergeable # conditions: From 4bf1989eee03b1711a0f082a7d630d0bfb5a9840 Mon Sep 17 00:00:00 2001 From: "Erik Osterman (CEO @ Cloud Posse)" Date: Fri, 22 Nov 2024 16:55:04 -0600 Subject: [PATCH 2/4] Update .github/mergify.yml --- .github/mergify.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/mergify.yml b/.github/mergify.yml index a4d0084..5295f0b 100644 --- a/.github/mergify.yml +++ b/.github/mergify.yml @@ -521,9 +521,9 @@ pull_request_rules: comment: message: | > [!WARNING] - > #### Migration of Components to a New GitHub Organization Complete - > **Repoistort is now read-only** - > We migrated each component in this repository to individual repositories under a new GitHub organization. + > #### Components have moved! + > **Repository is now read-only** + > We have migrated every component in this repository to individual repositories under a [new GitHub organization](https://github.com/cloudposse-terraform-components). > All future updates, contributions, and issues should be directed to the respective component repositories in the new organization. > > [Learn more](https://github.com/cloudposse/terraform-aws-components/issues/1177) about the migration. From 861da4893fb6768da05aea9c878a89c8718bc145 Mon Sep 17 00:00:00 2001 From: Igor Rodionov Date: Sat, 23 Nov 2024 01:58:08 +0300 Subject: [PATCH 3/4] Update mergify.yml --- .github/mergify.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/mergify.yml b/.github/mergify.yml index 5295f0b..8247634 100644 --- a/.github/mergify.yml +++ b/.github/mergify.yml @@ -518,8 +518,8 @@ pull_request_rules: - "repository-full-name=cloudposse/terraform-aws-components" # Apply only to cloudposse/terraform-aws-components - "label != force" # Skip PR auto close actions: - comment: - message: | + close: + message: |- > [!WARNING] > #### Components have moved! > **Repository is now read-only** @@ -527,8 +527,7 @@ pull_request_rules: > All future updates, contributions, and issues should be directed to the respective component repositories in the new organization. > > [Learn more](https://github.com/cloudposse/terraform-aws-components/issues/1177) about the migration. - close: - message: | + This pull request has been closed due to read-only state of the repo. All future updates, contributions, and issues should be directed to the respective component repositories in the new organization [Cloud Posse's Terraform Component GitHub Organization](https://github.com/cloudposse-terraform-components), Thank you for your understanding. From 42e3f95e64f7bd5b751584d25df195856766ee7f Mon Sep 17 00:00:00 2001 From: Igor Rodionov Date: Sat, 23 Nov 2024 01:59:54 +0300 Subject: [PATCH 4/4] Update .github/mergify.yml Co-authored-by: Erik Osterman (CEO @ Cloud Posse) --- .github/mergify.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/mergify.yml b/.github/mergify.yml index 8247634..68f540b 100644 --- a/.github/mergify.yml +++ b/.github/mergify.yml @@ -528,9 +528,6 @@ pull_request_rules: > > [Learn more](https://github.com/cloudposse/terraform-aws-components/issues/1177) about the migration. - This pull request has been closed due to read-only state of the repo. - All future updates, contributions, and issues should be directed to the respective component repositories in the new organization [Cloud Posse's Terraform Component GitHub Organization](https://github.com/cloudposse-terraform-components), - Thank you for your understanding. #- name: mergeable # conditions: