Skip to content

Commit 8a16732

Browse files
authored
chore: update test pr and issue number in smoke-project (#14479)
1 parent 33d2f57 commit 8a16732

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/smoke-project.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -78,18 +78,18 @@ Do not re-create draft items but use their returned temporary-ids for the update
7878
- `temporary_id`: "draft-1"
7979
- `fields`: `{"Status": "Todo", "Priority": "High"}`
8080

81-
b. **Issue Creation**:
81+
b. **PR Creation**:
8282
Call `update_project` with:
8383
- `project`: "https://github.com/orgs/github/projects/24068"
84-
- `content_type`: "issue"
85-
- `content_number`: 19
84+
- `content_type`: "pull_request"
85+
- `content_number`: 14477
8686
- `fields`: `{"Status": "Todo", "Priority": "High"}`
8787

88-
c. **PR Creation**:
88+
c. **Issue Creation**:
8989
Call `update_project` with:
9090
- `project`: "https://github.com/orgs/github/projects/24068"
91-
- `content_type`: "pull_request"
92-
- `content_number`: 18
91+
- `content_type`: "issue"
92+
- `content_number`: 14478
9393
- `fields`: `{"Status": "Todo", "Priority": "High"}`
9494

9595
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
105105
Call `update_project` to update the pull request item to change status to "In Progress":
106106
- `project`: "https://github.com/orgs/github/projects/24068"
107107
- `content_type`: "pull_request"
108-
- `content_number`: 18
108+
- `content_number`: 14477
109109
- `fields`: `{"Status": "In Progress"}`
110110

111111
c. **Issue Update**:
112112
Call `update_project` to update the issue item to change status to "In Progress":
113113
- `project`: "https://github.com/orgs/github/projects/24068"
114114
- `content_type`: "issue"
115-
- `content_number`: 19
115+
- `content_number`: 14478
116116
- `fields`: `{"Status": "In Progress"}`
117117

118118
3. **Project Status Update**:

0 commit comments

Comments
 (0)