You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/pr_check.yml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@ jobs:
31
31
script: |
32
32
let message = '';
33
33
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.';
35
35
message += '\n\n';
36
36
37
37
// Check if PR is targeting main/master
@@ -45,7 +45,7 @@ jobs:
45
45
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';
46
46
}
47
47
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.';
0 commit comments