diff --git a/.github/workflows/chore-pr-comments.yml b/.github/workflows/chore-pr-comments.yml index 472356b30..f20729346 100644 --- a/.github/workflows/chore-pr-comments.yml +++ b/.github/workflows/chore-pr-comments.yml @@ -13,6 +13,8 @@ jobs: include: - label: "⚙️ Service" body: | + Hi @${{ github.event.pull_request.user.login }}! 👋 + It appears to us that you are either adding a new service or making changes to an existing one. We kindly ask you to also review and update the **Coolify Documentation** to include this new service or it's new configuration needs. This will help ensure that our documentation remains accurate and up-to-date for all users. @@ -21,6 +23,8 @@ jobs: How to Contribute a new Service to the Docs: https://coolify.io/docs/get-started/contribute/service#adding-a-new-service-template-to-the-coolify-documentation - label: "🛠️ Feature" body: | + Hi @${{ github.event.pull_request.user.login }}! 👋 + It appears to us that you are adding a new feature to Coolify. We kindly ask you to also update the **Coolify Documentation** to include information about this new feature. This will help ensure that our documentation remains accurate and up-to-date for all users.