Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for get_pr_nodes (0.18 sec)

  1. .github/actions/people/app/main.py

            three_months_commenters=three_months_commenters,
            six_months_commenters=six_months_commenters,
            one_year_commenters=one_year_commenters,
        )
        return discussion_experts_results
    
    
    def get_pr_nodes(settings: Settings) -> List[PullRequestNode]:
        pr_nodes: List[PullRequestNode] = []
        pr_edges = get_graphql_pr_edges(settings=settings)
    
        while pr_edges:
            for edge in pr_edges:
    Python
    - Registered: Sun Apr 28 07:19:10 GMT 2024
    - Last Modified: Tue Mar 26 17:38:21 GMT 2024
    - 19.2K bytes
    - Viewed (1)
Back to top