{"id":17749729,"url":"https://github.com/stscoundrel/goodbrother-vercel","last_synced_at":"2026-01-02T00:51:26.651Z","repository":{"id":38817960,"uuid":"441420169","full_name":"stscoundrel/goodbrother-vercel","owner":"stscoundrel","description":"Vercel Serverless Function for running Goodbrother","archived":false,"fork":false,"pushed_at":"2024-09-12T15:28:27.000Z","size":1234,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-25T07:38:21.730Z","etag":null,"topics":["goodbrother","serverless-function","typescript","vercel"],"latest_commit_sha":null,"homepage":"https://goodbrother-vercel.vercel.app","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/stscoundrel.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-12-24T09:12:20.000Z","updated_at":"2024-09-12T15:28:24.000Z","dependencies_parsed_at":"2024-09-13T02:20:22.376Z","dependency_job_id":"94b362ad-74a4-4653-a8ba-e21e5d801219","html_url":"https://github.com/stscoundrel/goodbrother-vercel","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":"stscoundrel/typescript-template","purl":"pkg:github/stscoundrel/goodbrother-vercel","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stscoundrel%2Fgoodbrother-vercel","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stscoundrel%2Fgoodbrother-vercel/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stscoundrel%2Fgoodbrother-vercel/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stscoundrel%2Fgoodbrother-vercel/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/stscoundrel","download_url":"https://codeload.github.com/stscoundrel/goodbrother-vercel/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stscoundrel%2Fgoodbrother-vercel/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270014249,"owners_count":24512610,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-12T02:00:09.011Z","response_time":80,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["goodbrother","serverless-function","typescript","vercel"],"created_at":"2024-10-26T11:24:40.518Z","updated_at":"2026-01-02T00:51:26.619Z","avatar_url":"https://github.com/stscoundrel.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Goodbrother Serverless Function\n\nVercel Serverless Function for running [Goodbrother](https://github.com/stscoundrel/goodbrother). Exposes endpoint for listing open pull requests in repositories of given Github user. For example:\n\n`https://goodbrother.vercel.app/api/repos/stscoundrel?secret=SECRET_HERE`\n`https://goodbrother.vercel.app/api/pulls/stscoundrel?secret=SECRET_HERE`\n\nReturns a list like:\n\n```javascript\n[\n  {\n    \"name\": \"stscoundrel/goodbrother\",\n    \"pullRequests\": [\n      {\n        \"id\": 1088227478,\n        \"name\": \"Fixture PR for integration tests\",\n        \"link\": \"https://github.com/stscoundrel/goodbrother/pull/18\",\n        \"isDependabot\": false,\n        \"repository\": \"stscoundrel/goodbrother\"\n      }\n    ]\n  },\n  {\n    \"name\": \"stscoundrel/runes\",\n    \"pullRequests\": [\n      {\n        \"id\": 1075530244,\n        \"name\": \"Bump next-pwa from 5.4.0 to 5.4.4\",\n        \"link\": \"https://github.com/stscoundrel/runes/pull/108\",\n        \"isDependabot\": true,\n        \"repository\": \"stscoundrel/runes\"\n      },\n      {\n        \"id\": 1067868936,\n        \"name\": \"Bump eslint-plugin-react-hooks from 4.2.0 to 4.3.0\",\n        \"link\": \"https://github.com/stscoundrel/runes/pull/105\",\n        \"isDependabot\": true,\n        \"repository\": \"stscoundrel/runes\"\n      },\n      {\n        \"id\": 1067868852,\n        \"name\": \"Bump eslint-config-next from 12.0.2 to 12.0.4\",\n        \"link\": \"https://github.com/stscoundrel/runes/pull/104\",\n        \"isDependabot\": true,\n        \"repository\": \"stscoundrel/runes\"\n      },\n    ]\n  },\n  {\n    \"name\": \"stscoundrel/gatsby-source-plugin-zoega\",\n    \"pullRequests\": [\n      {\n        \"id\": 1068208284,\n        \"name\": \"Bump eslint-config-airbnb-base from 14.2.1 to 15.0.0\",\n        \"link\": \"https://github.com/stscoundrel/gatsby-source-plugin-zoega/pull/18\",\n        \"isDependabot\": true,\n        \"repository\": \"stscoundrel/gatsby-source-plugin-zoega\"\n      }\n    ]\n  },\n  {\n    \"name\": \"stscoundrel/gatsby-source-cleasby-vigfusson\",\n    \"pullRequests\": [\n      {\n        \"id\": 1067800663,\n        \"name\": \"Bump eslint-config-airbnb-base from 14.2.1 to 15.0.0\",\n        \"link\": \"https://github.com/stscoundrel/gatsby-source-cleasby-vigfusson/pull/23\",\n        \"isDependabot\": true,\n        \"repository\": \"stscoundrel/gatsby-source-cleasby-vigfusson\"\n      }\n    ]\n  },\n]\n```\n\n##### Why is it hidden behind a secret?\n\nThis is for my own use. Feel free to copy, fork, deploy and modify your own version as needed. Or just use [Goodbrother](https://github.com/stscoundrel/goodbrother) library\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstscoundrel%2Fgoodbrother-vercel","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstscoundrel%2Fgoodbrother-vercel","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstscoundrel%2Fgoodbrother-vercel/lists"}