Skip to content

Commit 75f32c8

Browse files
committed
docs: add instructions for converting PRs to draft after review
1 parent b2a320c commit 75f32c8

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

  • .github/declarative-agent-sample-review

.github/declarative-agent-sample-review/SKILL.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,3 +78,11 @@ Submit:
7878
```bash
7979
gh api repos/pnp/copilot-pro-dev-samples/pulls/<PR>/reviews --method POST --input review.json
8080
```
81+
82+
### Convert to Draft
83+
84+
After submitting a review with requested changes, convert the PR to draft:
85+
86+
```bash
87+
gh pr ready <PR> --undo
88+
```

0 commit comments

Comments
 (0)