diff --git a/dist/index.js b/dist/index.js index 57041bb..83119bb 100644 --- a/dist/index.js +++ b/dist/index.js @@ -28201,6 +28201,7 @@ function projectFieldsNodesToFieldsMap(state, project, nodes) { }, {} ); + acc[userFieldNameAlias].configuration = node.configuration; } return acc; @@ -29397,6 +29398,7 @@ async function removeItemByContentRepositoryAndNumber( function projectNodeToProperties(state) { return { databaseId: state.databaseId, + fields: state.fields, id: state.id, title: state.title, url: state.url, diff --git a/package-lock.json b/package-lock.json index 040be2c..6032df6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,16 +1,16 @@ { "name": "move-to-next-iteration", - "version": "0.1.0", + "version": "0.6.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "move-to-next-iteration", - "version": "0.1.0", + "version": "0.6.0", "license": "MIT", "dependencies": { "@actions/core": "^1.10.0", - "github-project": "^5.4.1" + "github-project": "github:blombard/github-project" }, "devDependencies": { "@vercel/ncc": "^0.38.2" @@ -145,9 +145,8 @@ "integrity": "sha512-Nik3Sc0ncrMK4UUdXQmAnRtzmNQTAAXmXIopizwZ1W1t8QmfJj+zL4OA2I7XPTPW5z5TDqv4hRo/JzouDJnX3A==" }, "node_modules/github-project": { - "version": "5.4.1", - "resolved": "https://registry.npmjs.org/github-project/-/github-project-5.4.1.tgz", - "integrity": "sha512-9f8Ezh6gMpfNIqGC8egLg8i6ketK2RDuLhkiiTxzBYLGXhzdxCQEXLL9bBusa27YPEiEhn2ANPsy5nYvbaeq6w==", + "version": "0.0.0-development", + "resolved": "git+ssh://git@github.com/blombard/github-project.git#a10de832a23a7ad445fe2c60a1ab817678a6ec21", "dependencies": { "@octokit/core": "^6.0.0", "type-fest": "^4.0.0" diff --git a/package.json b/package.json index c3f271c..5a81dcc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "move-to-next-iteration", - "version": "0.1.0", + "version": "0.6.0", "description": "Automatically move issues to the next iteration.", "main": "dist/index.js", "scripts": { @@ -11,7 +11,7 @@ "type": "module", "dependencies": { "@actions/core": "^1.10.0", - "github-project": "^5.4.1" + "github-project": "github:blombard/github-project" }, "devDependencies": { "@vercel/ncc": "^0.38.2"