Title
Implement GraphQL batch fetching for .tekton files
Type Feature
Description
Introduce support for fetching multiple .tekton directory files using the GitHub GraphQL API instead of individual REST API calls. This change enables batching of file retrieval into a single request, reducing API usage and improving performance.
Acceptance Criteria