Skip to content

Commit fc2b63b

Browse files
chore: link issue pipeline time reduce
1 parent 63e441b commit fc2b63b

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/check-linked-issue.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,8 @@ Linking your PR to an issue helps keep the project tidy and ensures the issue is
7474
- Add a keyword like \`Fixes #123\` or \`Closes #456\` to your PR **description** or a **commit message**.
7575
- Or link it manually using the **"Linked issues"** panel in the PR sidebar.
7676

77-
> ✅ **Tip:** You can link multiple issues.
78-
> 🚫 **Note:** If only one issue is linked, it must be open for this check to pass.
77+
✅ **Tip:** You can link multiple issues.
78+
🚫 **Note:** If only one issue is linked, it must be open for this check to pass.
7979

8080
Once linked, this check will pass automatically on your next push or when you re-run the workflow.
8181

@@ -127,7 +127,9 @@ To pass this check, the linked issue must be **open** — or link an additional
127127
- Reopen the linked issue if appropriate.
128128
- Or link another relevant **open** issue via the PR description or the **"Linked issues"** panel.
129129

130-
Thanks for keeping the project healthy! 🚀
130+
Once an open issue is linked, this check will pass automatically on your next push or when you re-run the workflow.
131+
132+
Thanks for helping maintain the project! 🚀
131133
`
132134
});
133135
core.setFailed('❌ Linked issue is closed.');

0 commit comments

Comments
 (0)