You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/check-links.yml
-12Lines changed: 0 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -34,15 +34,3 @@ jobs:
34
34
env:
35
35
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
36
36
37
-
- name: Create Issue on Failure
38
-
if: failure()
39
-
uses: actions/github-script@v7
40
-
with:
41
-
script: |
42
-
github.rest.issues.create({
43
-
owner: context.repo.owner,
44
-
repo: context.repo.repo,
45
-
title: '🔗 Broken links detected in documentation',
46
-
body: `Link checker found broken links in the documentation.\n\nPlease review the [workflow run](${context.payload.repository.html_url}/actions/runs/${context.runId}) for details.`,
0 commit comments