Skip to content

Commit b0527d5

Browse files
authored
fix(ci): remove utf-8 body in octokit body req
Workflow seems to have failed due to ⚠️ char. Stack trace isn't clear but L49 points to the only obvious contender.
1 parent 329badc commit b0527d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/on_opened_pr.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
if (isMatch == null) {
4343
console.info(`No related issue found, maybe the author didn't use the template but there is one.`)
4444
45-
let msg = `⚠️ No related issues found. Please ensure there is an open issue related to this change to avoid significant delays or closure. ⚠️`;
45+
let msg = "No related issues found. Please ensure there is an open issue related to this change to avoid significant delays or closure.";
4646
await github.rest.issues.createComment({
4747
owner: context.repo.owner,
4848
repo: context.repo.repo,

0 commit comments

Comments
 (0)