File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 2020 runs-on : ubuntu-latest
2121
2222 if : |
23- !contains(github.event.pull_request.labels.*.name, 'flag/exclude-from-changelog')
23+ (!contains( github.event.pull_request.labels.*.name, 'flag/exclude-from-changelog' )
24+ && !startsWith( github.head_ref, 'changeset-release/' ))
2425
2526 steps :
2627 - uses : release-drafter/release-drafter@v5
3334 runs-on : ubuntu-latest
3435
3536 if : |
36- (!contains( github.event.pull_request.labels.*.name, 'flag/exclude-from-changelog' ) &&
37- !startsWith( github.head_ref, 'dependabot/' ))
37+ (!contains( github.event.pull_request.labels.*.name, 'flag/exclude-from-changelog' )
38+ && !startsWith( github.head_ref, 'changeset-release/' )
39+ && !startsWith( github.head_ref, 'dependabot/' ))
3840
3941 steps :
4042 - uses : amannn/action-semantic-pull-request@v5
Original file line number Diff line number Diff line change 55 branches-ignore :
66 - release/**
77 - rc/**
8+ - changeset-release/**
89 paths :
910 - .github/workflows/ci-app.yml
1011 - .eslint*
You can’t perform that action at this time.
0 commit comments