Skip to content

Commit f7e7936

Browse files
Update pr_check.yml
1 parent 84ff9b9 commit f7e7936

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pr_check.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
script: |
3232
let message = '';
3333
34-
message += '🔄 If you are attempting to update your CIPP repo please follow the instructions at: https://docs.cipp.app/setup/self-hosting-guide/updating ';
34+
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.';
3535
message += '\n\n';
3636
3737
// Check if PR is targeting main/master
@@ -45,7 +45,7 @@ jobs:
4545
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';
4646
}
4747
48-
message += '🔒 This PR will now be automatically closed due to the above violation(s).';
48+
message += '🔒 This PR will now be automatically closed due to the above rules.';
4949
5050
// Post the comment
5151
await github.rest.issues.createComment({

0 commit comments

Comments
 (0)