We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 610ba8d commit 0aaf2deCopy full SHA for 0aaf2de
.github/workflows/add-to-project.yml
@@ -52,8 +52,6 @@ jobs:
52
});
53
54
const itemId = itemResponse.addProjectV2ItemById.item.id;
55
- console.log(`Issue #${issue.number} added to Project P1 and status set.`);
56
-
57
58
// Step 2: Set the Status field
59
await github.graphql(`
@@ -75,5 +73,5 @@ jobs:
75
73
fieldId: statusFieldId,
76
74
optionId: statusOptionId
77
78
79
+
+ console.log(`Issue ${issue.title} added to Project "Refinement" and status set to Validation.`);
0 commit comments