We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 052bf57 commit c60eb62Copy full SHA for c60eb62
1 file changed
.github/workflows/check_pr_title.yml
@@ -7,6 +7,8 @@ on:
7
- reopened
8
- edited
9
- synchronize
10
+ - labeled
11
+ - unlabeled
12
pull_request:
13
paths:
14
- '.github/workflows/check_pr_title.yml'
@@ -23,6 +25,7 @@ jobs:
23
25
24
26
spellcheck:
27
runs-on: ubuntu-latest
28
+ if: ${{ !contains(github.event.pull_request.labels.*.name, 'skip check PR title') }}
29
steps:
30
- uses: actions/checkout@v4
31
with:
0 commit comments