openrewrite / rewrite-docs

Stores the markdown documents used to generate docs.openrewrite.org
https://docs.openrewrite.org
Apache License 2.0
41 stars 52 forks source link

Fix workflow that warns about recipe pages #310

Closed mike-solomon closed 1 month ago

mike-solomon commented 1 month ago

Recipe docs are automatically created via the markdown generator. We need to update the following GitHub workflow to let people know that when they attempt to open a PR against them. I thought I fixed that but probably messed up the regex:

https://github.com/openrewrite/rewrite-docs/blob/master/.github/workflows/unneeded_recipe_updates.yml

timtebeek commented 1 month ago

Likely fixed by updating the path in https://github.com/openrewrite/rewrite-docs/commit/99e5554c922cec2ce6439281793b8c0b66cd83f5; Let's monitor and close if we see those comments posted.

timtebeek commented 1 month ago

Or on second thought; let's just presume it's fixed as we'll notice soon enough on any new PR.