homie-gg / homie

2 stars 0 forks source link

Create PR that automates targeting an existing PR and pushing changes #276

Closed homie-gg[bot] closed 1 month ago

homie-gg[bot] commented 1 month ago

Slack Message:

Write a PR that takes instructions to target an existing PR, clones the repo, writes the code, and pushes the changes back to Github. Use the homie repo.

Requirements:

  1. Create a new script that can take instructions for an existing PR.
  2. Clone the homie repo.
  3. Write code based on the given instructions.
  4. Push changes back to a new branch in the homie repo.
  5. Open a new PR with the updates.