Skip to content

Commit 484f0dc

Browse files
committed
Update action.yml
Signed-off-by: John McCall <john@overturemaps.org>
1 parent 6a459b7 commit 484f0dc

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/actions/check-linked-issue/action.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,8 @@ runs:
4949
`❌ This PR does not reference any linked issues, but should have at least ${minimumLinkedIssues}!\n` +
5050
"Please link an issue using 'Fixes #123', " +
5151
"'Closes OvertureMaps/other-repo#123', or the GitHub UI " +
52-
"(https://docs.github.com/en/issues/tracking-your-work-with-issues/using-issues/linking-a-pull-request-to-an-issue)"
52+
"(https://docs.github.com/en/issues/tracking-your-work-with-issues/using-issues/linking-a-pull-request-to-an-issue)\n" +
53+
"After adding a linked issue, you may need to manually re-run this check from the Checks tab to update the status."
5354
);
5455
} else {
5556
core.info(`✅ ${issues.length} linked issues found:`);

0 commit comments

Comments
 (0)