We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96b79cb commit 5c4ac05Copy full SHA for 5c4ac05
.github/workflows/preview_comment.yaml
@@ -27,7 +27,7 @@ jobs:
27
28
- name: Create comment for changed files
29
run: |
30
- file_limit=200
+ file_limit=100
31
build_url="https://ez-systems-developer-documentation--${{ github.event.pull_request.number }}.com.readthedocs.build/${{inputs.project}}en/${{ github.event.pull_request.number }}/"
32
33
md_change_list=$(git diff --name-only HEAD "origin/$GITHUB_BASE_REF" -- docs/ | grep -E "^docs\/.*\.md$" | sed -E "s|^docs/(.*)\.md$|- [docs/\1.md](${build_url}\1/)|")
0 commit comments