Skip to content

Commit c60eb62

Browse files
committed
ci: allow to skip spellcheking PR title
1 parent 052bf57 commit c60eb62

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/check_pr_title.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ on:
77
- reopened
88
- edited
99
- synchronize
10+
- labeled
11+
- unlabeled
1012
pull_request:
1113
paths:
1214
- '.github/workflows/check_pr_title.yml'
@@ -23,6 +25,7 @@ jobs:
2325

2426
spellcheck:
2527
runs-on: ubuntu-latest
28+
if: ${{ !contains(github.event.pull_request.labels.*.name, 'skip check PR title') }}
2629
steps:
2730
- uses: actions/checkout@v4
2831
with:

0 commit comments

Comments
 (0)