Skip to content

Commit 6950509

Browse files
authored
build: update release label in auto-label workflow configuration (#1237)
1 parent 9ac80ba commit 6950509

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/auto-label.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
'refactor': 'type: enhancement',
4040
'perf': 'type: enhancement',
4141
'build': 'type: chore',
42-
'release': 'type: release'
42+
'release': 'release'
4343
};
4444
4545
const validTypes = Object.keys(typeToLabel);

0 commit comments

Comments
 (0)