|
@@ -27,8 +27,7 @@ jobs:
|
|
|
|
|
|
|
|
if: |
|
|
if: |
|
|
|
(!contains( github.event.pull_request.labels.*.name, 'exclude from changelog' ) &&
|
|
(!contains( github.event.pull_request.labels.*.name, 'exclude from changelog' ) &&
|
|
|
- !startsWith( github.ref, 'refs/heads/chore/' ) &&
|
|
|
|
|
- !startsWith( github.ref, 'refs/heads/dependabot/' ))
|
|
|
|
|
|
|
+ !startsWith( github.head_ref, 'dependabot/' ))
|
|
|
|
|
|
|
|
steps:
|
|
steps:
|
|
|
- uses: amannn/action-semantic-pull-request@v3.4.2
|
|
- uses: amannn/action-semantic-pull-request@v3.4.2
|