|
@@ -20,7 +20,8 @@ jobs:
|
|
|
runs-on: ubuntu-latest
|
|
runs-on: ubuntu-latest
|
|
|
|
|
|
|
|
if: |
|
|
if: |
|
|
|
- !contains(github.event.pull_request.labels.*.name, 'flag/exclude-from-changelog')
|
|
|
|
|
|
|
+ (!contains( github.event.pull_request.labels.*.name, 'flag/exclude-from-changelog' )
|
|
|
|
|
+ && !startsWith( github.head_ref, 'changeset-release/' ))
|
|
|
|
|
|
|
|
steps:
|
|
steps:
|
|
|
- uses: release-drafter/release-drafter@v5
|
|
- uses: release-drafter/release-drafter@v5
|
|
@@ -33,8 +34,9 @@ jobs:
|
|
|
runs-on: ubuntu-latest
|
|
runs-on: ubuntu-latest
|
|
|
|
|
|
|
|
if: |
|
|
if: |
|
|
|
- (!contains( github.event.pull_request.labels.*.name, 'flag/exclude-from-changelog' ) &&
|
|
|
|
|
- !startsWith( github.head_ref, 'dependabot/' ))
|
|
|
|
|
|
|
+ (!contains( github.event.pull_request.labels.*.name, 'flag/exclude-from-changelog' )
|
|
|
|
|
+ && !startsWith( github.head_ref, 'changeset-release/' )
|
|
|
|
|
+ && !startsWith( github.head_ref, 'dependabot/' ))
|
|
|
|
|
|
|
|
steps:
|
|
steps:
|
|
|
- uses: amannn/action-semantic-pull-request@v5
|
|
- uses: amannn/action-semantic-pull-request@v5
|