From 937d6996b8a9e2445a3e1263d79fdaf2204f43b9 Mon Sep 17 00:00:00 2001 From: Mara Nikola Kiefer <8320933+mnkiefer@users.noreply.github.com> Date: Sun, 8 Feb 2026 08:52:04 +0100 Subject: [PATCH 1/2] Swap issue and PR creation details in workflow --- .github/workflows/smoke-project.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/smoke-project.md b/.github/workflows/smoke-project.md index 9a5682455d7..8ebfe43fc18 100644 --- a/.github/workflows/smoke-project.md +++ b/.github/workflows/smoke-project.md @@ -78,18 +78,18 @@ Do not re-create draft items but use their returned temporary-ids for the update - `temporary_id`: "draft-1" - `fields`: `{"Status": "Todo", "Priority": "High"}` - b. **Issue Creation**: + b. **PR Creation**: Call `update_project` with: - `project`: "https://github.com/orgs/github/projects/24068" - - `content_type`: "issue" - - `content_number`: 19 + - `content_type`: "pull_request" + - `content_number`: 14477 - `fields`: `{"Status": "Todo", "Priority": "High"}` - c. **PR Creation**: + c. **Issue Creation**: Call `update_project` with: - `project`: "https://github.com/orgs/github/projects/24068" - - `content_type`: "pull_request" - - `content_number`: 18 + - `content_type`: "issue" + - `content_number`: 14478 - `fields`: `{"Status": "Todo", "Priority": "High"}` 2. **Update items**: Update the created items to validate field updates: @@ -105,14 +105,14 @@ Do not re-create draft items but use their returned temporary-ids for the update Call `update_project` to update the pull request item to change status to "In Progress": - `project`: "https://github.com/orgs/github/projects/24068" - `content_type`: "pull_request" - - `content_number`: 18 + - `content_number`: 14477 - `fields`: `{"Status": "In Progress"}` c. **Issue Update**: Call `update_project` to update the issue item to change status to "In Progress": - `project`: "https://github.com/orgs/github/projects/24068" - `content_type`: "issue" - - `content_number`: 19 + - `content_number`: 14478 - `fields`: `{"Status": "In Progress"}` 3. **Project Status Update**: From 8a42cba0976c59fd5893d41d55561b519f0225fc Mon Sep 17 00:00:00 2001 From: Copilot <198982749+Copilot@users.noreply.github.com> Date: Sun, 8 Feb 2026 08:59:27 +0100 Subject: [PATCH 2/2] Initial plan (#14480)