Commit 0c4e956
committed
fix(sdk-review): check-pr-size PR-SIZE-05 git log pipefail guard
git log BASE..HEAD fails when HEAD_SHA is a PR ref not present in the local
checkout; under set -e/pipefail that killed the whole check (invalid JSON,
aggregate skipped it). Wrap in { … || true; }.1 parent 14eac0d commit 0c4e956
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | | - | |
| 59 | + | |
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
| |||
0 commit comments