We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 329badc commit b0527d5Copy full SHA for b0527d5
.github/workflows/on_opened_pr.yml
@@ -42,7 +42,7 @@ jobs:
42
if (isMatch == null) {
43
console.info(`No related issue found, maybe the author didn't use the template but there is one.`)
44
45
- let msg = `⚠️ No related issues found. Please ensure there is an open issue related to this change to avoid significant delays or closure. ⚠️`;
+ let msg = "No related issues found. Please ensure there is an open issue related to this change to avoid significant delays or closure.";
46
await github.rest.issues.createComment({
47
owner: context.repo.owner,
48
repo: context.repo.repo,
0 commit comments