Skip to content

Commit edec5e6

Browse files
sergeibbbchivorotkiv
authored andcommitted
Uses slug to convert issue title and id to branch name
(#3621, #3698)
1 parent f366c59 commit edec5e6

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
@@ -19837,7 +19837,7 @@
1983719837
"@gitkraken/provider-apis": "0.24.2",
1983819838
"@gitkraken/shared-web-components": "0.1.1-rc.15",
1983919839
"@gk-nzaytsev/fast-string-truncated-width": "1.1.0",
19840-
"@lit-labs/signals": "^0.1.1",
19840+
"@lit-labs/signals": "0.1.1",
1984119841
"@lit/context": "1.1.3",
1984219842
"@lit/react": "1.0.6",
1984319843
"@lit/task": "1.0.1",
@@ -19863,7 +19863,8 @@
1986319863
"path-browserify": "1.0.1",
1986419864
"react": "16.8.4",
1986519865
"react-dom": "16.8.4",
19866-
"signal-utils": "^0.20.0",
19866+
"signal-utils": "0.20.0",
19867+
"slug": "10.0.0",
1986719868
"sortablejs": "1.15.0"
1986819869
},
1986919870
"devDependencies": {
@@ -19877,6 +19878,7 @@
1987719878
"@types/node": "18.15.0",
1987819879
"@types/react": "17.0.82",
1987919880
"@types/react-dom": "17.0.21",
19881+
"@types/slug": "5.0.9",
1988019882
"@types/sortablejs": "1.15.8",
1988119883
"@types/vscode": "1.82.0",
1988219884
"@typescript-eslint/parser": "8.13.0",

0 commit comments

Comments
 (0)