From 8431e8c5f56205a60888ea15e760748fbc4d131e Mon Sep 17 00:00:00 2001 From: Isuru Fernando Date: Wed, 2 Oct 2024 10:18:12 -0500 Subject: [PATCH 1/2] Don't pin help teams --- conda_forge_tick/migrators/arch.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conda_forge_tick/migrators/arch.py b/conda_forge_tick/migrators/arch.py index d811af004..536090115 100644 --- a/conda_forge_tick/migrators/arch.py +++ b/conda_forge_tick/migrators/arch.py @@ -228,7 +228,7 @@ def pr_body(self, feedstock_ctx: ClonedFeedstockContext) -> str: This feedstock is being rebuilt as part of the aarch64/ppc64le migration. **Feel free to merge the PR if CI is all green, but please don't close it - without reaching out the the ARM migrators first at @conda-forge/arm-arch.** + without reaching out the the ARM migrators first at @ conda-forge/arm-arch.** """, ), ) @@ -405,7 +405,7 @@ def pr_body(self, feedstock_ctx: ClonedFeedstockContext) -> str: This feedstock is being rebuilt as part of the ARM OSX migration. **Feel free to merge the PR if CI is all green, but please don't close it - without reaching out the the ARM OSX team first at @conda-forge/help-osx-arm64.** + without reaching out the the ARM OSX team first at @ conda-forge/help-osx-arm64.** """, # noqa ), ) From 749c903bab92b43cdec0f6aabf324798caab6840 Mon Sep 17 00:00:00 2001 From: "Matthew R. Becker" Date: Fri, 11 Oct 2024 05:52:10 -0500 Subject: [PATCH 2/2] Apply suggestions from code review --- conda_forge_tick/migrators/arch.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conda_forge_tick/migrators/arch.py b/conda_forge_tick/migrators/arch.py index 536090115..9b744d6b6 100644 --- a/conda_forge_tick/migrators/arch.py +++ b/conda_forge_tick/migrators/arch.py @@ -228,7 +228,7 @@ def pr_body(self, feedstock_ctx: ClonedFeedstockContext) -> str: This feedstock is being rebuilt as part of the aarch64/ppc64le migration. **Feel free to merge the PR if CI is all green, but please don't close it - without reaching out the the ARM migrators first at @ conda-forge/arm-arch.** + without reaching out the the ARM migrators first at @conda-forge/arm-arch.** """, ), ) @@ -405,7 +405,7 @@ def pr_body(self, feedstock_ctx: ClonedFeedstockContext) -> str: This feedstock is being rebuilt as part of the ARM OSX migration. **Feel free to merge the PR if CI is all green, but please don't close it - without reaching out the the ARM OSX team first at @ conda-forge/help-osx-arm64.** + without reaching out the the ARM OSX team first at @conda-forge/help-osx-arm64.** """, # noqa ), )