Skip to content

Commit 5ab82b6

Browse files
committed
Update project names in get-project-column-ids.yml
1 parent d065d7f commit 5ab82b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/get-project-column-ids.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
with:
1919
script: |
2020
const org = context.repo.owner;
21-
const projectNames = ["P1", "P2"]; // Adjust project names as needed
21+
const projectNames = ["Refinement Board", "Project Backlog"]; // Adjust project names as needed
2222
2323
const query = `query($org: String!) {
2424
organization(login: $org) {

0 commit comments

Comments
 (0)