awesome-repositories.com
المدونة
MCP
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعخادم MCPحولكيفية ترتيب النتائجالصحافة
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 مستودعات

Awesome GitHub RepositoriesPull Request Retrieval

Retrieving community discussions and pull requests from repositories with pagination and state filtering.

Distinct from Pull Request Automation: Distinct from Pull Request Automation: focuses on fetching and listing PRs rather than automating their lifecycle.

Explore 3 awesome GitHub repositories matching part of an awesome list · Pull Request Retrieval. Refine with filters or upvote what's useful.

Awesome Pull Request Retrieval GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • ovity/octotreeالصورة الرمزية لـ ovity

    ovity/octotree

    23,206عرض على GitHub↗

    Octotree is a source code browsing tool for GitHub that provides a navigable file tree sidebar for exploring repository folder structures without downloading files locally. It enables the navigation of directory hierarchies and the location of specific files through text-based search queries. The tool includes specialized workflows for reviewing pull requests by filtering the visible file tree to show only modified files. It also supports access to private repositories through the use of personal access tokens and multi-account management. The interface features customizable sidebar behavior

    Limits the visible file tree to only those files modified within a specific pull request.

    JavaScriptbrowser-extensionchromecode-files
    عرض على GitHub↗23,206
  • donnemartin/gitsomeالصورة الرمزية لـ donnemartin

    donnemartin/gitsome

    7,674عرض على GitHub↗

    Gitsome is a command-line interface tool for managing repositories, issues, and pull requests via the GitHub and GitHub Enterprise APIs. It provides an interactive shell environment featuring an embedded Python interpreter for programmatic automation and dynamic scripting, alongside a project bootstrapping utility for generating standard license and gitignore templates. The tool distinguishes itself with a schema-driven autocomplete engine that parses remote API definitions in real-time to provide context-aware command suggestions. It also implements an index-based navigation system that allo

    Retrieves detailed information for specific pull requests or lists all current requests in a repository.

    Python
    عرض على GitHub↗7,674
  • huggingface/huggingface_hubالصورة الرمزية لـ huggingface

    huggingface/huggingface_hub

    3,342عرض على GitHub↗

    The Hugging Face Hub Python client is a library that provides programmatic access to the Hugging Face Hub, a centralized platform for hosting and collaborating on machine learning models, datasets, and demo applications. It serves as the primary SDK for interacting with the Hub's API, enabling users to download and upload models and datasets, manage repositories, authenticate via tokens or OAuth, and run inference on hosted models through a unified interface. The client distinguishes itself through a comprehensive set of capabilities that go beyond basic file transfer. It includes a CLI exten

    Provides API capabilities for retrieving discussions and pull requests with pagination and filtering.

    Pythondeep-learninghacktoberfestmachine-learning
    عرض على GitHub↗3,342
  1. Home
  2. Part of an Awesome List
  3. Developer Tools
  4. Pull Request Automation
  5. Pull Request Retrieval

استكشف الوسوم الفرعية

  • Modified File Tree FilteringLimits the visible directory tree to show only files changed in a specific pull request. **Distinct from Pull Request Retrieval:** Filters the navigation tree based on PR modifications, rather than just retrieving PR metadata.