|
|
@@ -37,8 +37,7 @@ jobs:
|
|
|
if: |
|
|
|
(!contains( github.event.pull_request.labels.*.name, 'flag/exclude-from-changelog' )
|
|
|
&& !startsWith( github.head_ref, 'changeset-release/' )
|
|
|
- && !startsWith( github.head_ref, 'mergify/merge-queue/' )
|
|
|
- && !startsWith( github.head_ref, 'dependabot/' ))
|
|
|
+ && !startsWith( github.head_ref, 'mergify/merge-queue/' ))
|
|
|
|
|
|
steps:
|
|
|
- uses: amannn/action-semantic-pull-request@v5
|