Skip to content

Commit 114d7ed

Browse files
committed
chore: Add PR creation workflow with draft status requirements
- Create PRs as draft initially - Wait for Gemini reviews (1 min + 30s if needed) - Keep PRs in draft until all review comments are addressed - Only mark PR as ready after all reviews are addressed
1 parent 3a183eb commit 114d7ed

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.cursor/rules/pull-requests-best-practices.mdc

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,3 +54,14 @@ Fixes #XXX (or Closes #XXX)
5454

5555
[Any additional context, testing notes, etc.]
5656
```
57+
58+
## PR Creation Workflow
59+
60+
When creating a pull request:
61+
1. Create the PR as a draft with proper title and description
62+
2. Wait 1 minute for Gemini PR reviewer to process and add comments
63+
3. Check for review comments
64+
4. If comments are not yet present, wait another 30 seconds
65+
5. Address any review comments from Gemini
66+
6. Keep the PR in draft status until all reviews are addressed
67+
7. Only mark the PR as ready for review once all review comments have been addressed

0 commit comments

Comments
 (0)