Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migration completed #136

Merged
merged 5 commits into from
Nov 22, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
39 changes: 18 additions & 21 deletions .github/mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -510,27 +510,24 @@ pull_request_rules:
remove:
- rebase

# - name: "Comment on PRs during code freeze and close them"
# conditions:
# - and:
# - "base=main" # or whichever branch the freeze applies to
# - "created-at > 2024-11-12" # Start date of the code freeze
# - "repository-full-name=cloudposse/terraform-aws-components" # Apply only to cloudposse/terraform-aws-components
# actions:
# 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.
# >
# > [Learn more](https://github.com/cloudposse/terraform-aws-components/issues/1177) about the migration and what to expect.
# 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.
- name: "Comment on PRs during code freeze and close them"
conditions:
- and:
- "base=main" # or whichever branch the freeze applies to
- "created-at > 2024-11-12" # Start date of the code freeze
- "repository-full-name=cloudposse/terraform-aws-components" # Apply only to cloudposse/terraform-aws-components
- "label != force" # Skip PR auto close
actions:
close:
message: |-
> [!WARNING]
> #### 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.


#- name: mergeable
# conditions:
Expand Down