File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -146,7 +146,7 @@ jobs:
146
146
);
147
147
148
148
if (!existingClaComment && context.eventName === 'pull_request') {
149
- const claText = ` # Trademark License Addendum
149
+ const claText = ' # Trademark License Addendum
150
150
151
151
Merging of this pull request is temporarily blocked. Please
152
152
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
207
207
208
208
</details>
209
209
210
- **To unblock this PR, reply with exactly:**
211
-
212
- \\\`\\\`\\\`
210
+ **To unblock this PR, reply with exactly:**' + ````
213
211
I agree to the Trademark License Addendum
214
212
CLA-SIGNATURE : ${prAuthor}
215
- \\\`\\\`\\\ ``;
213
+ ` ` ` ` ;
216
214
217
215
await github.rest.issues.createComment({
218
216
issue_number : prNumber,
You can’t perform that action at this time.
0 commit comments