We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a459b7 commit 484f0dcCopy full SHA for 484f0dc
1 file changed
.github/actions/check-linked-issue/action.yml
@@ -49,7 +49,8 @@ runs:
49
`❌ This PR does not reference any linked issues, but should have at least ${minimumLinkedIssues}!\n` +
50
"Please link an issue using 'Fixes #123', " +
51
"'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)"
+ "(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."
54
);
55
} else {
56
core.info(`✅ ${issues.length} linked issues found:`);
0 commit comments