Skip to content

Commit 898cd1a

Browse files
committed
Bumped file limit
1 parent 048da04 commit 898cd1a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/preview_comment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828

2929
- name: Create comment for changed files
3030
run: |
31-
file_limit=100
31+
file_limit=150
3232
build_url="https://ez-systems-developer-documentation--${{ github.event.pull_request.number }}.com.readthedocs.build/${{inputs.project}}en/${{ github.event.pull_request.number }}/"
3333
3434
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

Comments
 (0)