Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,13 +61,13 @@ autolabeler:
- "/^BREAKING CHANGE: /i"
- label: feat
title:
- /^(feat)/i
- /^(feat):/i
- label: fix
title:
- /^(fix)/i
- /^(fix):/i
- label: chore
title:
- /pre-commit autoupdate/
- /^(chore|build|ci|test|style)/i
- /^(chore|build|ci|test|style):/i
template: |
$CHANGES
7 changes: 0 additions & 7 deletions .github/workflows/ack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,16 +53,9 @@ jobs:
# see conventional commits prefixes: https://www.conventionalcommits.org
labels: |
breaking
build
chore
ci
docs
feat
fix
perf
refactor
style
test

- name: Update release notes if this is already merged
if: github.event.pull_request.merged == true
Expand Down
Loading