Skip to content

Commit

Permalink
🚑 Use fork again
Browse files Browse the repository at this point in the history
  • Loading branch information
blombard committed Sep 25, 2024
1 parent 10cd47c commit 67a947a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
2 changes: 2 additions & 0 deletions dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -28201,6 +28201,7 @@ function projectFieldsNodesToFieldsMap(state, project, nodes) {
},
{}
);
acc[userFieldNameAlias].configuration = node.configuration;
}

return acc;
Expand Down Expand Up @@ -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,
Expand Down
11 changes: 5 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand All @@ -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"
Expand Down

0 comments on commit 67a947a

Please sign in to comment.