chore: backport-candidate GitHub label (#10623)

* chore: backport-candidate GitHub label

* chore: sort label script

---------

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
This commit is contained in:
Vlad Frangu
2025-01-18 09:22:50 +02:00
committed by GitHub
parent 21096884b1
commit 052ed7fbe7
5 changed files with 24 additions and 3 deletions

View File

@@ -6,7 +6,7 @@ export default [
minify: 'terser',
}),
createTsupConfig({
entry: ['src/populateDevDatabaseBranch.ts'],
entry: ['src/populateDevDatabaseBranch.ts', 'bin/sortLabels.ts'],
format: 'esm',
minify: 'terser',
}),