Skip to content

Commit e2432c1

Browse files
committed
Uses slug to convert issue title and id to branch name
(#3621, #3698)
1 parent dcece58 commit e2432c1

File tree

3 files changed

+70
-50
lines changed

3 files changed

+70
-50
lines changed

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19861,7 +19861,7 @@
1986119861
"@gitkraken/provider-apis": "0.24.2",
1986219862
"@gitkraken/shared-web-components": "0.1.1-rc.15",
1986319863
"@gk-nzaytsev/fast-string-truncated-width": "1.1.0",
19864-
"@lit-labs/signals": "^0.1.1",
19864+
"@lit-labs/signals": "0.1.1",
1986519865
"@lit/context": "1.1.3",
1986619866
"@lit/react": "1.0.6",
1986719867
"@lit/task": "1.0.1",
@@ -19887,7 +19887,8 @@
1988719887
"path-browserify": "1.0.1",
1988819888
"react": "16.8.4",
1988919889
"react-dom": "16.8.4",
19890-
"signal-utils": "^0.20.0",
19890+
"signal-utils": "0.20.0",
19891+
"slug": "10.0.0",
1989119892
"sortablejs": "1.15.0"
1989219893
},
1989319894
"devDependencies": {
@@ -19901,6 +19902,7 @@
1990119902
"@types/node": "18.15.0",
1990219903
"@types/react": "17.0.82",
1990319904
"@types/react-dom": "17.0.21",
19905+
"@types/slug": "5.0.9",
1990419906
"@types/sortablejs": "1.15.8",
1990519907
"@types/vscode": "1.82.0",
1990619908
"@typescript-eslint/parser": "8.13.0",

0 commit comments

Comments
 (0)