Skip to content

Commit b62f1f4

Browse files
committed
Uses slug to convert issue title and id to branch name
(#3621)
1 parent 0883e30 commit b62f1f4

File tree

3 files changed

+68
-48
lines changed

3 files changed

+68
-48
lines changed

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17988,6 +17988,7 @@
1798817988
"path-browserify": "1.0.1",
1798917989
"react": "16.8.4",
1799017990
"react-dom": "16.8.4",
17991+
"slug": "10.0.0",
1799117992
"sortablejs": "1.15.0"
1799217993
},
1799317994
"devDependencies": {
@@ -18001,6 +18002,7 @@
1800118002
"@types/node": "18.15.0",
1800218003
"@types/react": "17.0.82",
1800318004
"@types/react-dom": "17.0.21",
18005+
"@types/slug": "5.0.9",
1800418006
"@types/sortablejs": "1.15.8",
1800518007
"@types/vscode": "1.82.0",
1800618008
"@typescript-eslint/parser": "8.10.0",

0 commit comments

Comments
 (0)