From df745663da783e8b499db2240e843ed5a69fe899 Mon Sep 17 00:00:00 2001 From: Cagatay Civici Date: Fri, 27 Dec 2024 11:57:58 +0300 Subject: [PATCH] Update issue-labeled.yml --- .github/workflows/issue-labeled.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/issue-labeled.yml b/.github/workflows/issue-labeled.yml index 5c96364096e..91340b40f5d 100644 --- a/.github/workflows/issue-labeled.yml +++ b/.github/workflows/issue-labeled.yml @@ -32,7 +32,7 @@ jobs: token: ${{ secrets.GITHUB_TOKEN }} issue-number: ${{ github.event.issue.number }} body: | - Thanks a lot for this issue! PrimeNG team's roadmap is busy, but community feedback is crucial in prioritization. The more upvotes help ensure this fix can be addressed quickly or the related PR can be merged soon. + Thanks a lot for this issue! PrimeTek's own vision for PrimeNG is demanding, but community feedback is crucial in prioritization. The more upvotes help ensure this fix can be addressed quickly or the related PR can be merged soon. - name: Needs More Information if: contains(github.event.label.name, 'Needs More Information') @@ -62,7 +62,7 @@ jobs: token: ${{ secrets.GITHUB_TOKEN }} issue-number: ${{ github.event.issue.number }} body: | - Due to PrimeNG team's busy roadmap, this issue is available for anyone to work on. [**Make sure to reference this issue in your pull request.**](https://docs.github.com/en/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue) :sparkles: Thank you for your contribution! :sparkles: + Due to PrimeTek's demanding roadmap for PrimeNG, this issue is available for anyone to work on. [**Make sure to reference this issue in your pull request.**](https://docs.github.com/en/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue) :sparkles: Thank you for your contribution! :sparkles: - name: Duplicate if: contains(github.event.label.name, 'Duplicate')