From c7c2ef048cf61ecd21c63e8b08bfee56cbbfb1cb Mon Sep 17 00:00:00 2001 From: Dan Helfman Date: Tue, 17 Feb 2026 11:00:16 -0800 Subject: [PATCH] Remove GitHub PRs URL from contributor fetching script. --- docs/fetch-contributors | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/fetch-contributors b/docs/fetch-contributors index 7c1e1093..a9734d73 100755 --- a/docs/fetch-contributors +++ b/docs/fetch-contributors @@ -36,7 +36,6 @@ def list_contributing_issues(url): PULLS_API_ENDPOINT_URLS = ( 'https://projects.torsion.org/api/v1/repos/borgmatic-collective/borgmatic/pulls', - 'https://api.github.com/repos/borgmatic-collective/borgmatic/pulls', ) ISSUES_API_ENDPOINT_URL = 'https://projects.torsion.org/api/v1/repos/borgmatic-collective/borgmatic/issues?state=all' RECENT_CONTRIBUTORS_CUTOFF_DAYS = 365