{"id":30047361,"url":"https://github.com/statusneo/backstage-plugin-github","last_synced_at":"2025-08-18T18:05:54.005Z","repository":{"id":169657346,"uuid":"614272790","full_name":"StatusNeo/backstage-plugin-github","owner":"StatusNeo","description":"A plugin to showcase Recent Pull Requests and Actions pipeline relevant to the user at the homepage in Backstage Enterprise.","archived":false,"fork":false,"pushed_at":"2023-11-13T13:53:37.000Z","size":2126,"stargazers_count":21,"open_issues_count":12,"forks_count":8,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-08-07T09:49:15.234Z","etag":null,"topics":["backstage","devex","github"],"latest_commit_sha":null,"homepage":"https://www.statusneo.com/rearportal","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/StatusNeo.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,"zenodo":null}},"created_at":"2023-03-15T08:55:39.000Z","updated_at":"2025-02-02T06:56:02.000Z","dependencies_parsed_at":null,"dependency_job_id":"b78c3a80-4d22-433a-b758-7aba1e6d50df","html_url":"https://github.com/StatusNeo/backstage-plugin-github","commit_stats":null,"previous_names":["statusneo/backstage-plugin-github"],"tags_count":9,"template":false,"template_full_name":null,"purl":"pkg:github/StatusNeo/backstage-plugin-github","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StatusNeo%2Fbackstage-plugin-github","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StatusNeo%2Fbackstage-plugin-github/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StatusNeo%2Fbackstage-plugin-github/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StatusNeo%2Fbackstage-plugin-github/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/StatusNeo","download_url":"https://codeload.github.com/StatusNeo/backstage-plugin-github/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StatusNeo%2Fbackstage-plugin-github/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271035382,"owners_count":24688396,"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-18T02:00:08.743Z","response_time":89,"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":["backstage","devex","github"],"created_at":"2025-08-07T09:40:03.517Z","updated_at":"2025-08-18T18:05:53.989Z","avatar_url":"https://github.com/StatusNeo.png","language":"TypeScript","readme":"## GitHub Homepage Cards for Backstage Enterprise\n\n\u003cimg src=\"https://raw.githubusercontent.com/StatusNeo/backstage-plugin-github/main/src/assets/statusneo.png\"/\u003e \u003cbr/\u003e\n\nTo know more about the plugin, read this [blog](https://statusneo.com/23468-2).\n\n### Setup\n\nBefore you can start using the GitHub cards, you must set up a GitHub provider.\n\nYou can follow this [documentation](https://backstage.io/docs/auth/github/provider/) which will guide you through the process of setting up the GitHub provider for your Backstage instance.\n\nNow in the below steps, I will assume you are already done with the provider.\n\n### Integration Steps\n\n1. First Install the GitHub cards plugin by running this command from the root of the package.\n\n```shell\nyarn add –cwd packages/app @statusneo/backstage-plugin-github\n```\n2. add this to the app/src/apis.ts\n\n```javascript\n  import { githubApiRef, GithubClient as StatusNeoGithubClient } from '@statusneo/backstage-plugin-github';\n\n  // ...\n  createApiFactory({\n    api: githubApiRef,\n    deps: { authApi: githubAuthApiRef, fetchApi: fetchApiRef, configApi: configApiRef },\n    factory(deps) {\n      return new StatusNeoGithubClient(deps);\n    },\n  }),\n  // ...\n```\n\n3. Import `GithubPullRequestsCard`, and `GithubActionsCard` from the installed package.\n\n4. You can then use these components at the backstage frontend wherever you need.\n\n```javascript\nimport { GithubPullRequestsCard, GithubActionsCard } from '@statusneo/backstage-plugin-github';\n\n// ...\n              \u003cGrid item xs={12} md={6}\u003e\n                \u003cGithubActionsCard /\u003e\n              \u003c/Grid\u003e\n              \u003cGrid item xs={12} md={6}\u003e\n                \u003cGithubPullRequestsCard /\u003e\n              \u003c/Grid\u003e\n// ...\n```\n\n5. If you are using a GitHub enterprise edition, you can pass your instance url through app-config.yml\n\n```yaml\n\ngh-plugin:\n  url: ${GITHUB_ENTERPRISE_URL}\n\n```\n\nNow you are ready to use this Backstage GitHub plugin to make your software management and development cycle a little more hassle-free.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstatusneo%2Fbackstage-plugin-github","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstatusneo%2Fbackstage-plugin-github","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstatusneo%2Fbackstage-plugin-github/lists"}