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 d065d7f commit 5ab82b6Copy full SHA for 5ab82b6
.github/workflows/get-project-column-ids.yml
@@ -18,7 +18,7 @@ jobs:
18
with:
19
script: |
20
const org = context.repo.owner;
21
- const projectNames = ["P1", "P2"]; // Adjust project names as needed
+ const projectNames = ["Refinement Board", "Project Backlog"]; // Adjust project names as needed
22
23
const query = `query($org: String!) {
24
organization(login: $org) {
0 commit comments