Skip to content

Commit 0aaf2de

Browse files
committed
Update logging for issue addition to Project P1 with specific title and status
1 parent 610ba8d commit 0aaf2de

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/add-to-project.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,6 @@ jobs:
5252
});
5353
5454
const itemId = itemResponse.addProjectV2ItemById.item.id;
55-
console.log(`Issue #${issue.number} added to Project P1 and status set.`);
56-
5755
5856
// Step 2: Set the Status field
5957
await github.graphql(`
@@ -75,5 +73,5 @@ jobs:
7573
fieldId: statusFieldId,
7674
optionId: statusOptionId
7775
});
78-
79-
console.log(`Issue #${issue.number} added to Project P1 and status set.`);
76+
77+
console.log(`Issue ${issue.title} added to Project "Refinement" and status set to Validation.`);

0 commit comments

Comments
 (0)