Skip to content

Commit

Permalink
Merge branch 'main' into arch-migrator-v1
Browse files Browse the repository at this point in the history
  • Loading branch information
beckermr authored Oct 11, 2024
2 parents e81a776 + 621910b commit 62d8ea1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions conda_forge_tick/migrators/arch.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 <code>@</code>conda-forge/arm-arch.**
""",
),
)
Expand Down Expand Up @@ -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 <code>@</code>conda-forge/help-osx-arm64.**
""", # noqa
),
)
Expand Down

0 comments on commit 62d8ea1

Please sign in to comment.