Skip to content
This repository was archived by the owner on May 12, 2025. It is now read-only.

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/receive-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ jobs:
1616
upload-patch:
1717
uses: openrewrite/gh-automation/.github/workflows/receive-pr.yml@main
1818
with:
19-
recipe: 'org.openrewrite.recipes.OpenRewriteBestPracticesSubset'
19+
recipe: 'org.openrewrite.recipes.rewrite.OpenRewriteRecipeBestPracticesSubset'

rewrite.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
# Any differences produced by this recipe will result in code suggestion comments on pull requests.
1919
---
2020
type: specs.openrewrite.org/v1beta/recipe
21-
name: org.openrewrite.recipes.OpenRewriteBestPracticesSubset
21+
name: org.openrewrite.recipes.rewrite.OpenRewriteRecipeBestPracticesSubset
2222
displayName: OpenRewrite best practices
2323
description: Best practices for OpenRewrite recipe development.
2424
recipeList:

0 commit comments

Comments
 (0)