Skip to content

Commit c22bd56

Browse files
committed
Update skill
1 parent 536e99b commit c22bd56

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • sdk/ai/azure-ai-projects/.github/skills/azure-ai-projects-emit-from-typespec

sdk/ai/azure-ai-projects/.github/skills/azure-ai-projects-emit-from-typespec/SKILL.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,10 +155,10 @@ git push -u origin <topic-branch>
155155

156156
## Step 11: Create a Pull Request
157157

158-
Create a PR from the **topic branch** to the **base branch** (recorded in Step 2):
158+
Create a draft PR from the **topic branch** to the **base branch** (recorded in Step 2):
159159

160160
```
161-
gh pr create --base <BASE_BRANCH> --head <topic-branch> --assignee @me --title "<PR title>" --body "<PR body>"
161+
gh pr create --draft --base <BASE_BRANCH> --head <topic-branch> --assignee @me --title "<PR title>" --body "<PR body>"
162162
```
163163

164164
- **Title:** Use a descriptive title such as `[azure-ai-projects] Emit SDK from TypeSpec (<short description>)`.

0 commit comments

Comments
 (0)