fix: explain the pr requirement

This commit is contained in:
Timothy
2026-01-26 12:41:16 -08:00
parent b6a77ffd7e
commit 236e8e8638
2 changed files with 12 additions and 4 deletions
+6 -2
View File
@@ -52,7 +52,9 @@ jobs:
**To fix:**
1. Create or find an existing issue for this work
2. Assign yourself to the issue
3. Re-open this PR and add \`Fixes #123\` in the description`;
3. Re-open this PR and add \`Fixes #123\` in the description
**Why is this required?** See #472 for details.`;
await github.rest.issues.createComment({
owner: context.repo.owner,
@@ -116,7 +118,9 @@ jobs:
**To fix:**
1. Assign yourself (@${prAuthor}) to one of the linked issues
2. Re-open this PR`;
2. Re-open this PR
**Why is this required?** See #472 for details.`;
await github.rest.issues.createComment({
owner: context.repo.owner,
+6 -2
View File
@@ -42,7 +42,9 @@ jobs:
**To fix:**
1. Create or find an existing issue for this work
2. Assign yourself to the issue
3. Re-open this PR and add \`Fixes #123\` in the description`;
3. Re-open this PR and add \`Fixes #123\` in the description
**Why is this required?** See #472 for details.`;
const comments = await github.rest.issues.listComments({
owner: context.repo.owner,
@@ -119,7 +121,9 @@ jobs:
**To fix:**
1. Assign yourself (@${prAuthor}) to one of the linked issues
2. Re-open this PR`;
2. Re-open this PR
**Why is this required?** See #472 for details.`;
const comments = await github.rest.issues.listComments({
owner: context.repo.owner,