From f7e7936434a69040d5ac8a87094198119be0e61b Mon Sep 17 00:00:00 2001 From: KelvinTegelaar <49186168+KelvinTegelaar@users.noreply.github.com> Date: Wed, 22 Jan 2025 21:42:05 +0100 Subject: [PATCH] Update pr_check.yml --- .github/workflows/pr_check.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pr_check.yml b/.github/workflows/pr_check.yml index 2fd5b8e65249..0d9e2fd7abcd 100644 --- a/.github/workflows/pr_check.yml +++ b/.github/workflows/pr_check.yml @@ -31,7 +31,7 @@ jobs: script: | let message = ''; - message += '🔄 If you are attempting to update your CIPP repo please follow the instructions at: https://docs.cipp.app/setup/self-hosting-guide/updating '; + message += '🔄 If you are attempting to update your CIPP repo please follow the instructions at: https://docs.cipp.app/setup/self-hosting-guide/updating. Are you a sponsor? Contact the helpdesk for direct assistance with updating to the latest version.'; message += '\n\n'; // Check if PR is targeting main/master @@ -45,7 +45,7 @@ jobs: message += '⚠️ This PR cannot be merged because it originates from your fork\'s main/master branch. If you are attempting to contribute code please PR from your dev branch or another non-main/master branch.\n\n'; } - message += '🔒 This PR will now be automatically closed due to the above violation(s).'; + message += '🔒 This PR will now be automatically closed due to the above rules.'; // Post the comment await github.rest.issues.createComment({