Skip to content

Commit ac61d58

Browse files
committed
ci: make the PR size check advisory (non-blocking)
1 parent 21a70e7 commit ac61d58

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/pr-hygiene.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ jobs:
1414
check-pr-size:
1515
name: Check PR size
1616
runs-on: ubuntu-latest
17+
# Advisory only: report the size but never block the PR.
18+
continue-on-error: true
1719
steps:
1820
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
1921
with:

0 commit comments

Comments
 (0)