Skip to content

Commit

Permalink
Disable PR close for terraform-aws-components (#137)
Browse files Browse the repository at this point in the history
  • Loading branch information
goruha authored Nov 22, 2024
1 parent 43f92c6 commit 3421927
Showing 1 changed file with 21 additions and 21 deletions.
42 changes: 21 additions & 21 deletions .github/mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -510,27 +510,27 @@ 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
# 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: mergeable
# conditions:
Expand Down

0 comments on commit 3421927

Please sign in to comment.