File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -152,7 +152,8 @@ jobs:
152152 commentBody += `- Longer than usual build times\n`;
153153 commentBody += `- Build failures\n`;
154154 commentBody += `- Infrastructure issues\n\n`;
155- commentBody += `Please check the [workflow runs](https://github.com/${context.repo.owner}/${context.repo.repo}/actions) for more details.`;
155+ // lychee-ignore
156+ commentBody += `Please check the workflow runs in the Actions tab for more details.`;
156157
157158 await github.rest.issues.createComment({
158159 owner: context.repo.owner,
Original file line number Diff line number Diff line change @@ -15,3 +15,7 @@ http://localhost:6006
1515
1616# Ignore local host link from advanced_source/cpp_frontend.rst
1717https://www.uber.com/blog/deep-neuroevolution/
18+
19+ # Ignore dynamic URLs in GitHub Actions workflow (contains template variables)
20+ https://docs-preview.pytorch.org/pytorch/tutorials/\$\{PR_NUMBER\}/.*
21+ https://github.com/\$\{context\.repo\.owner\}/\$\{context\.repo\.repo\}/actions
You can’t perform that action at this time.
0 commit comments