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 3fe9b56 commit 264f416Copy full SHA for 264f416
.github/workflows/trademark-cla-notice.yml
@@ -146,8 +146,7 @@ jobs:
146
);
147
148
if (!existingClaComment && context.eventName === 'pull_request') {
149
- const claText = `
150
-# Trademark License Addendum
+ const claText = `# Trademark License Addendum
151
152
Merging of this pull request is temporarily blocked. Please
153
read and agree to the Trademark License Addendum below to
@@ -213,9 +212,8 @@ v. The Company will not use the Partner Trademarks in connection
213
212
\`\`\`
214
I agree to the Trademark License Addendum
215
CLA-SIGNATURE: ${prAuthor}
216
-\`\`\`
217
- `;
218
-
+\`\`\``;
+
219
await github.rest.issues.createComment({
220
issue_number: prNumber,
221
owner: context.repo.owner,
0 commit comments