We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 048da04 commit 898cd1aCopy full SHA for 898cd1a
1 file changed
.github/workflows/preview_comment.yaml
@@ -28,7 +28,7 @@ jobs:
28
29
- name: Create comment for changed files
30
run: |
31
- file_limit=100
+ file_limit=150
32
build_url="https://ez-systems-developer-documentation--${{ github.event.pull_request.number }}.com.readthedocs.build/${{inputs.project}}en/${{ github.event.pull_request.number }}/"
33
34
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