chore: Conventional adjustments (#37677)

Add enhancement to possible tags

---------

Signed-off-by: Nicolas <bircni@icloud.com>
This commit is contained in:
Nicolas
2026-05-17 22:21:01 +02:00
committed by GitHub
parent 94e3482d1a
commit 0dd8429cc6
3 changed files with 24 additions and 4 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
#!/usr/bin/env node
import {env, exit} from 'node:process';
const allowedTypes = 'build, chore, ci, docs, feat, fix, perf, refactor, revert, style, test';
const allowedTypes = 'build, chore, ci, docs, enhance, feat, fix, perf, refactor, revert, style, test';
const title = env.PR_TITLE;
if (!title) {