We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a9e2e0 commit 699ea25Copy full SHA for 699ea25
.github/workflows/trademark-cla-notice.yml
@@ -170,8 +170,8 @@ jobs:
170
171
if (!existingClaComment && context.eventName === 'pull_request_target') {
172
const claText = '# Trademark License Addendum\n\n' +
173
- 'Merging of this pull request is temporarily blocked as it potentially
174
- 'contains a contribution containing a trademark. Please \n' +
+ 'Merging of this pull request is temporarily blocked as it potentially ' +
+ 'contains a contribution containing a trademark. git diffPlease \n' +
175
'read and agree to the Trademark License Addendum below to \n' +
176
'unblock merging of this pull request.\n\n' +
177
'<details>\n' +
0 commit comments