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 Tickets Processing #149

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 JSON file contains details of all open issues labeled 'documentation'.
  2. Created a bash script scripts/process_doc_tickets.sh:

    • This script iterates over the tickets using jq and prints the issue number, title, and URL.

You can find the JSON file and the script in the respective directories. The script can be executed to process and display the documentation issues.