Skip to content

Commit fa371e2

Browse files
author
Peter Bengtsson
authored
Remove commented out TODO that depends on trilom/file-changes-action (#37301)
1 parent 2fc93ab commit fa371e2

File tree

1 file changed

+0
-26
lines changed

1 file changed

+0
-26
lines changed

.github/workflows/link-check-on-pr.yml

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -35,32 +35,6 @@ jobs:
3535
with:
3636
token: ${{ secrets.DOCUBOT_REPO_PAT }}
3737

38-
# TODO: When we want to fix redirects on changed files we can uncomment everything below
39-
# Creates file "${{ env.HOME }}/files.json", among others
40-
# - name: Gather files changed
41-
# if: github.event_name != 'merge_group'
42-
# id: file_changes
43-
# uses: trilom/file-changes-action@a6ca26c14274c33b15e6499323aac178af06ad4b
44-
# with:
45-
# fileOutput: 'json'
46-
47-
# For verification
48-
# - name: Show files changed (debug)
49-
# if: github.event_name != 'merge_group'
50-
# run: cat $HOME/files.json
51-
52-
# - name: Link check changed pages (external links only)
53-
# if: github.event_name != 'merge_group'
54-
# id: changed_links
55-
# env:
56-
# LEVEL: 'warning'
57-
# FILES_CHANGED: ${{ steps.file_changes.outputs.files }}
58-
# ACTION_RUN_URL: ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}
59-
# GITHUB_TOKEN: ${{ secrets.DOCS_BOT_FR }}
60-
# SHOULD_COMMENT: true
61-
# CREATE_REPORT: false
62-
# run: node .github/actions-scripts/rendered-content-link-checker.js
63-
6438
- name: Link check all pages (internal links only)
6539
id: all_links
6640
env:

0 commit comments

Comments
 (0)