Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
51 changes: 7 additions & 44 deletions .github/workflows/smoke-project.lock.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions .github/workflows/smoke-project.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,14 +105,14 @@ Do not re-create draft items but use their returned temporary-ids for the update

b. **Pull Request Update**:
Call `update_project` to update the pull request item to change status to "In Progress":
- `project`: "https://github.com/orgs/github-agentic-workflows/projects/1",
- `project`: "https://github.com/orgs/github-agentic-workflows/projects/1"
- `content_type`: "pull_request"
- `content_number`: 18
- `fields`: `{"Status": "In Progress"}`

c. **Issue Update**:
Copy link

Copilot AI Feb 8, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The "c. Issue Update" line is indented more than the preceding "a." and "b." items in the same numbered list. In Markdown, this can change list nesting/rendering (or even create a code block depending on context). Align the indentation with the other lettered sub-items to keep the list formatting consistent.

Suggested change
c. **Issue Update**:
c. **Issue Update**:

Copilot uses AI. Check for mistakes.
Call `update_project` to update the issue item to change status to "In Progress":
- `project`: "https://github.com/orgs/github-agentic-workflows/projects/1",
- `project`: "https://github.com/orgs/github-agentic-workflows/projects/1"
- `content_type`: "issue"
- `content_number`: 19
- `fields`: `{"Status": "In Progress"}`
Expand Down
Loading