Skip to content

Commit 23aa287

Browse files
committed
Uses slug to convert issue title and id to branch name
(#3621)
1 parent 4670ec0 commit 23aa287

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
@@ -17992,7 +17992,7 @@
1799217992
"@gitkraken/provider-apis": "0.24.2",
1799317993
"@gitkraken/shared-web-components": "0.1.1-rc.15",
1799417994
"@gk-nzaytsev/fast-string-truncated-width": "1.1.0",
17995-
"@lit-labs/signals": "^0.1.1",
17995+
"@lit-labs/signals": "0.1.1",
1799617996
"@lit/context": "1.1.3",
1799717997
"@lit/react": "1.0.6",
1799817998
"@lit/task": "1.0.1",
@@ -18018,7 +18018,8 @@
1801818018
"path-browserify": "1.0.1",
1801918019
"react": "16.8.4",
1802018020
"react-dom": "16.8.4",
18021-
"signal-utils": "^0.20.0",
18021+
"signal-utils": "0.20.0",
18022+
"slug": "10.0.0",
1802218023
"sortablejs": "1.15.0"
1802318024
},
1802418025
"devDependencies": {
@@ -18032,6 +18033,7 @@
1803218033
"@types/node": "18.15.0",
1803318034
"@types/react": "17.0.82",
1803418035
"@types/react-dom": "17.0.21",
18036+
"@types/slug": "5.0.9",
1803518037
"@types/sortablejs": "1.15.8",
1803618038
"@types/vscode": "1.82.0",
1803718039
"@typescript-eslint/parser": "8.11.0",

0 commit comments

Comments
 (0)