File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 49
49
50
50
// Check if any files match our patterns
51
51
const hasDocsChanges = files.some(file =>
52
- file.filename.startsWith('docs/integrations/') ||
52
+ file.filename.startsWith('docs/integrations/') &&
53
53
file.filename.startsWith('static/images')
54
54
);
55
55
88
88
});
89
89
90
90
const hasDocsChanges = files.some(file =>
91
- file.filename.startsWith('docs/integrations/') ||
91
+ file.filename.startsWith('docs/integrations/') &&
92
92
file.filename.startsWith('static/images/')
93
93
);
94
94
@@ -171,7 +171,7 @@ jobs:
171
171
if (!existingClaComment && context.eventName === 'pull_request_target') {
172
172
const claText = '# Trademark License Addendum\n\n' +
173
173
'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' +
175
175
'read and agree to the Trademark License Addendum below to \n' +
176
176
'unblock merging of this pull request.\n\n' +
177
177
'<details>\n' +
You can’t perform that action at this time.
0 commit comments