Skip to content

Commit 841d95e

Browse files
authored
fix: replace unmaintained labeler action with release drafter one (#451)
1 parent 3b4c00c commit 841d95e

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/ack.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,7 @@ jobs:
3333
${{ toJson(github) }}
3434
EOF_GITHUB_CONTEXT
3535
36-
- uses: bcoe/conventional-release-labels@v1
37-
with:
38-
type_labels: '{"feat": "feat", "fix": "fix", "breaking": "breaking", "chore": "chore"}'
39-
ignored_types: "[]"
36+
- uses: release-drafter/release-drafter/autolabeler@v7
4037

4138
- name: Verify PR label action
4239
if: github.event_name != 'merge_group'

0 commit comments

Comments
 (0)