26
.github/workflows/link-check-on-pr.yml
vendored
26
.github/workflows/link-check-on-pr.yml
vendored
@@ -35,32 +35,6 @@ jobs:
|
||||
with:
|
||||
token: ${{ secrets.DOCUBOT_REPO_PAT }}
|
||||
|
||||
# TODO: When we want to fix redirects on changed files we can uncomment everything below
|
||||
# Creates file "${{ env.HOME }}/files.json", among others
|
||||
# - name: Gather files changed
|
||||
# if: github.event_name != 'merge_group'
|
||||
# id: file_changes
|
||||
# uses: trilom/file-changes-action@a6ca26c14274c33b15e6499323aac178af06ad4b
|
||||
# with:
|
||||
# fileOutput: 'json'
|
||||
|
||||
# For verification
|
||||
# - name: Show files changed (debug)
|
||||
# if: github.event_name != 'merge_group'
|
||||
# run: cat $HOME/files.json
|
||||
|
||||
# - name: Link check changed pages (external links only)
|
||||
# if: github.event_name != 'merge_group'
|
||||
# id: changed_links
|
||||
# env:
|
||||
# LEVEL: 'warning'
|
||||
# FILES_CHANGED: ${{ steps.file_changes.outputs.files }}
|
||||
# ACTION_RUN_URL: ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}
|
||||
# GITHUB_TOKEN: ${{ secrets.DOCS_BOT_FR }}
|
||||
# SHOULD_COMMENT: true
|
||||
# CREATE_REPORT: false
|
||||
# run: node .github/actions-scripts/rendered-content-link-checker.js
|
||||
|
||||
- name: Link check all pages (internal links only)
|
||||
id: all_links
|
||||
env:
|
||||
|
||||
@@ -1185,6 +1185,9 @@ registries:
|
||||
|
||||
By default, {% data variables.product.prodname_dependabot %} updates the dependency manifests and lock files only for fully supported ecosystems. Use the `enable-beta-ecosystems` flag to opt in to updates for ecosystems that are not yet generally available.
|
||||
|
||||
<!-- add list here once we get ecosystems released in beta -->
|
||||
There are currently no ecosystems in beta.
|
||||
|
||||
```yaml
|
||||
# Configure beta ecosystem
|
||||
|
||||
|
||||
Reference in New Issue
Block a user