Skip to content

Commit ad07518

Browse files
authored
Merge pull request #4139 from ClickHouse/Blargian-patch-69
Legal: Update trademark-cla-notice.yml
2 parents e51334e + 92de5a4 commit ad07518

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/trademark-cla-notice.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
5050
// Check if any files match our patterns
5151
const hasDocsChanges = files.some(file =>
52-
file.filename.startsWith('docs/integrations/') ||
52+
file.filename.startsWith('docs/integrations/') &&
5353
file.filename.startsWith('static/images')
5454
);
5555
@@ -88,7 +88,7 @@ jobs:
8888
});
8989
9090
const hasDocsChanges = files.some(file =>
91-
file.filename.startsWith('docs/integrations/') ||
91+
file.filename.startsWith('docs/integrations/') &&
9292
file.filename.startsWith('static/images/')
9393
);
9494
@@ -171,7 +171,7 @@ jobs:
171171
if (!existingClaComment && context.eventName === 'pull_request_target') {
172172
const claText = '# Trademark License Addendum\n\n' +
173173
'Merging of this pull request is temporarily blocked as it potentially ' +
174-
'contains a contribution containing a trademark. git diffPlease \n' +
174+
'contains a contribution containing a trademark. Please \n' +
175175
'read and agree to the Trademark License Addendum below to \n' +
176176
'unblock merging of this pull request.\n\n' +
177177
'<details>\n' +

0 commit comments

Comments
 (0)