diff --git a/.github/workflows/auto-label.yml b/.github/workflows/auto-label.yml index 3babd547..a5b9977e 100644 --- a/.github/workflows/auto-label.yml +++ b/.github/workflows/auto-label.yml @@ -39,7 +39,7 @@ jobs: 'refactor': 'type: enhancement', 'perf': 'type: enhancement', 'build': 'type: chore', - 'release': 'type: release' + 'release': 'release' }; const validTypes = Object.keys(typeToLabel);