From 15e4ad827474252243dc5285f07bc4f2f821968a Mon Sep 17 00:00:00 2001 From: Connor Callaghan <93352326+connor-callaghan@users.noreply.github.com> Date: Tue, 25 Nov 2025 16:07:59 -0800 Subject: [PATCH] Update project ID in QA review workflow --- .github/workflows/move-to-qa-review.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/move-to-qa-review.yml b/.github/workflows/move-to-qa-review.yml index 9aa16dc..17036a6 100644 --- a/.github/workflows/move-to-qa-review.yml +++ b/.github/workflows/move-to-qa-review.yml @@ -27,7 +27,7 @@ jobs: # organization: your-org-name # e.g. "cronometer" # ⬇️ Project *ID* (not the project number in the URL) - project_id: 1104204387 # replace with your real project id + project_id: 2 # replace with your real project id # Node id of the PR that triggered this workflow resource_node_id: ${{ github.event.pull_request.node_id }}