feat(comments): ping PR author
This commit is contained in:
parent
1786e6c6bd
commit
589abca775
1 changed files with 4 additions and 0 deletions
4
.github/workflows/chore-pr-comments.yml
vendored
4
.github/workflows/chore-pr-comments.yml
vendored
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue