Skip to content

Commit c38a2ff

Browse files
committed
concatenate strings
1 parent 54678ba commit c38a2ff

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

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

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ jobs:
146146
);
147147
148148
if (!existingClaComment && context.eventName === 'pull_request') {
149-
const claText = `# Trademark License Addendum
149+
const claText = '# Trademark License Addendum
150150
151151
Merging of this pull request is temporarily blocked. Please
152152
read and agree to the Trademark License Addendum below to
@@ -207,12 +207,10 @@ v. The Company will not use the Partner Trademarks in connection
207207

208208
</details>
209209

210-
**To unblock this PR, reply with exactly:**
211-
212-
\\\`\\\`\\\`
210+
**To unblock this PR, reply with exactly:**' + ````
213211
I agree to the Trademark License Addendum
214212
CLA-SIGNATURE: ${prAuthor}
215-
\\\`\\\`\\\``;
213+
````;
216214

217215
await github.rest.issues.createComment({
218216
issue_number: prNumber,

0 commit comments

Comments
 (0)