Skip to content

Commit 3ad5f63

Browse files
fix: skip pr title lint for release branches
1 parent bbfa9f3 commit 3ad5f63

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/lint-pr-title.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
lint-title:
2121
name: Lint PR Title
2222
runs-on: ubuntu-latest
23+
if: ${{ !startsWith(github.head_ref, 'release/') }}
2324
steps:
2425
- name: Checkout code
2526
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0

0 commit comments

Comments
 (0)