From 4e28652d8927d19f39b4eb3c9ec44dcd22c527ab Mon Sep 17 00:00:00 2001 From: Tim te Beek Date: Mon, 3 Feb 2025 08:27:14 +0000 Subject: [PATCH] refactor: Find and replace OpenRewriteRecipeBestPractices Use this link to re-run the recipe: https://app.moderne.io/recipes/org.openrewrite.text.FindAndReplace?organizationId=T3BlblJld3JpdGU%3D#defaults%3DW3sibmFtZSI6ImZpbmQiLCJ2YWx1ZSI6Im9yZy5vcGVucmV3cml0ZS5yZWNpcGVzLk9wZW5SZXdyaXRlQmVzdFByYWN0aWNlcyJ9LHsibmFtZSI6InJlcGxhY2UiLCJ2YWx1ZSI6Im9yZy5vcGVucmV3cml0ZS5yZWNpcGVzLnJld3JpdGUuT3BlblJld3JpdGVSZWNpcGVCZXN0UHJhY3RpY2VzIn1d Co-authored-by: Moderne --- .github/workflows/receive-pr.yml | 2 +- rewrite.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/receive-pr.yml b/.github/workflows/receive-pr.yml index 67d695322ed..bbdc2c830be 100644 --- a/.github/workflows/receive-pr.yml +++ b/.github/workflows/receive-pr.yml @@ -16,4 +16,4 @@ jobs: upload-patch: uses: openrewrite/gh-automation/.github/workflows/receive-pr.yml@main with: - recipe: 'org.openrewrite.recipes.OpenRewriteBestPracticesSubset' + recipe: 'org.openrewrite.recipes.rewrite.OpenRewriteRecipeBestPracticesSubset' diff --git a/rewrite.yml b/rewrite.yml index 3a067936a62..ca12c7fb4aa 100644 --- a/rewrite.yml +++ b/rewrite.yml @@ -18,7 +18,7 @@ # Any differences produced by this recipe will result in code suggestion comments on pull requests. --- type: specs.openrewrite.org/v1beta/recipe -name: org.openrewrite.recipes.OpenRewriteBestPracticesSubset +name: org.openrewrite.recipes.rewrite.OpenRewriteRecipeBestPracticesSubset displayName: OpenRewrite best practices description: Best practices for OpenRewrite recipe development. recipeList: