File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed
Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 2323 check-links :
2424 runs-on : ubuntu-latest
2525 needs : changedfiles
26- if : ${{needs.changedfiles.outputs.md}}
26+ if :
27+ if : |
28+ github.event.pull_request.user.login != 'opentelemetrybot' && github.event_name == 'pull_request'
29+ && ${{needs.changedfiles.outputs.md}}
2730 steps :
2831 - name : Checkout Repo
2932 uses : actions/checkout@v4
3841 markdown-link-check \
3942 --verbose \
4043 --config .github/workflows/check_links_config.json \
41- --skip-path CHANGELOG.md \
4244 ${{needs.changedfiles.outputs.md}} \
4345 || { echo "Check that anchor links are lowercase"; exit 1; }
Original file line number Diff line number Diff line change 88 },
99 {
1010 "pattern" : " http(s)?://example.com"
11- },
12- {
13- "pattern" : " CHANGELOG.md"
1411 }
1512 ],
1613 "aliveStatusCodes" : [429 , 200 ]
You can’t perform that action at this time.
0 commit comments