feat(comments): ping PR author
This commit is contained in:
4
.github/workflows/chore-pr-comments.yml
vendored
4
.github/workflows/chore-pr-comments.yml
vendored
@@ -13,6 +13,8 @@ jobs:
|
|||||||
include:
|
include:
|
||||||
- label: "⚙️ Service"
|
- label: "⚙️ Service"
|
||||||
body: |
|
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.
|
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.
|
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.
|
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
|
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"
|
- label: "🛠️ Feature"
|
||||||
body: |
|
body: |
|
||||||
|
Hi @${{ github.event.pull_request.user.login }}! 👋
|
||||||
|
|
||||||
It appears to us that you are adding a new feature to Coolify.
|
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.
|
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.
|
This will help ensure that our documentation remains accurate and up-to-date for all users.
|
||||||
|
Reference in New Issue
Block a user