This commit is contained in:
Sridhar Ratnakumar 2025-10-22 14:46:14 -04:00
parent 27802b68eb
commit 2a609b64a0
2 changed files with 7 additions and 7 deletions

12
flake.lock generated
View file

@ -84,11 +84,11 @@
"devour-flake": {
"flake": false,
"locked": {
"lastModified": 1760702221,
"narHash": "sha256-QDM44muXQxIJnlbHKZ7kffRzy5PBF4SkUE85MkramZ8=",
"lastModified": 1761086007,
"narHash": "sha256-q6dI4zprlg1X+VmuvE6H+wytqjeqGHdWMM4iS5W4X5U=",
"owner": "srid",
"repo": "devour-flake",
"rev": "a002ba9ca4b34e9ebc6e9bec4aa94b5292fece42",
"rev": "42ea9a001306bb52e580d8c1bb70011feec1a6e3",
"type": "github"
},
"original": {
@ -1120,11 +1120,11 @@
"warp-tls-simple": "warp-tls-simple"
},
"locked": {
"lastModified": 1761073003,
"narHash": "sha256-QfN17sJxdEhU1j/9ZelcA8e+RVzYF9F+jTdB011XRKU=",
"lastModified": 1761086171,
"narHash": "sha256-6AJZq72q+9izbTC6kTFnVzXN3itKDEcW/Qmj5e1Nm3g=",
"owner": "juspay",
"repo": "vira",
"rev": "3c46a5961c28c5147c29094cda8bf2da04160e47",
"rev": "7ad70e77cc0c7463c024ebab11bf84e39fd54c2a",
"type": "github"
},
"original": {

View file

@ -7,7 +7,7 @@ Create and open a draft pull request on GitHub for the current branch.
1. **Gather Information**
- Get the current branch name using `git branch --show-current`
- Get the default branch (usually `main` or `master`) using `git remote show origin | grep 'HEAD branch'`
- Analyze recent commits on this branch (not in default branch) to understand changes
- Analyze the diff from the default branch to understand all changes (ignore individual commits)
- Review changed files to understand the scope of changes
2. **Generate PR Content**