We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 536e99b commit c22bd56Copy full SHA for c22bd56
1 file changed
sdk/ai/azure-ai-projects/.github/skills/azure-ai-projects-emit-from-typespec/SKILL.md
@@ -155,10 +155,10 @@ git push -u origin <topic-branch>
155
156
## Step 11: Create a Pull Request
157
158
-Create a PR from the **topic branch** to the **base branch** (recorded in Step 2):
+Create a draft PR from the **topic branch** to the **base branch** (recorded in Step 2):
159
160
```
161
-gh pr create --base <BASE_BRANCH> --head <topic-branch> --assignee @me --title "<PR title>" --body "<PR body>"
+gh pr create --draft --base <BASE_BRANCH> --head <topic-branch> --assignee @me --title "<PR title>" --body "<PR body>"
162
163
164
- **Title:** Use a descriptive title such as `[azure-ai-projects] Emit SDK from TypeSpec (<short description>)`.
0 commit comments