check out the code of the PR (#31971)
Co-authored-by: Evan Bonsignori <ebonsignori@github.com>
This commit is contained in:
4
.github/workflows/link-check-on-pr.yml
vendored
4
.github/workflows/link-check-on-pr.yml
vendored
@@ -10,7 +10,7 @@ on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
pull_request_target:
|
||||
pull_request:
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
@@ -72,7 +72,7 @@ jobs:
|
||||
LEVEL: 'critical'
|
||||
ACTION_RUN_URL: ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}
|
||||
GITHUB_TOKEN: ${{ secrets.DOCS_BOT_FR }}
|
||||
SHOULD_COMMENT: true
|
||||
SHOULD_COMMENT: ${{ secrets.DOCS_BOT_FR != '' }}
|
||||
CHECK_EXTERNAL_LINKS: false
|
||||
CREATE_REPORT: false
|
||||
run: node .github/actions/rendered-content-link-checker.js
|
||||
|
||||
Reference in New Issue
Block a user