PR-Pilot-AI / pr-pilot

An AI agent for your development workflow that can search and manipulate the code base, browse the internet and interact with Github issues and pull requests
https://www.pr-pilot.ai
GNU General Public License v3.0
149 stars 16 forks source link

📄 Update: Documentation Issue Tracking and Script #146

Closed pr-pilot-ai[bot] closed 3 months ago

pr-pilot-ai[bot] commented 3 months ago

I have completed the tasks as requested:

  1. Saved open documentation issues to reports/doc_tickets.json:

    • The file contains details of all open issues labeled 'documentation'.
  2. Created a bash script scripts/process_doc_tickets.sh:

    • This script iterates over the issues in reports/doc_tickets.json using jq and prints their details.

You can find the JSON file at reports/doc_tickets.json and the bash script at scripts/process_doc_tickets.sh. Make sure jq is installed to run the script.