diff --git a/conda_forge_tick/migrators/arch.py b/conda_forge_tick/migrators/arch.py index edcf98b45..22f3fd4da 100644 --- a/conda_forge_tick/migrators/arch.py +++ b/conda_forge_tick/migrators/arch.py @@ -237,7 +237,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.** """, ), ) @@ -422,7 +422,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 ), )