{"id":17683157,"url":"https://github.com/fwouts/prmonitor","last_synced_at":"2025-04-13T15:42:46.388Z","repository":{"id":34393038,"uuid":"137981763","full_name":"fwouts/prmonitor","owner":"fwouts","description":"A browser extension to keep track of incoming and outgoing PRs","archived":false,"fork":false,"pushed_at":"2024-04-11T17:48:39.000Z","size":23158,"stargazers_count":119,"open_issues_count":18,"forks_count":18,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-03-27T06:44:50.578Z","etag":null,"topics":["chrome-extension","developer-tools","development","firefox-addon","github","pull-request"],"latest_commit_sha":null,"homepage":"","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/fwouts.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"github":"fwouts"}},"created_at":"2018-06-20T04:53:52.000Z","updated_at":"2024-12-10T19:35:37.000Z","dependencies_parsed_at":"2024-06-21T16:55:16.390Z","dependency_job_id":"0da82e32-7e26-4fd7-9512-74f9c1c02ce6","html_url":"https://github.com/fwouts/prmonitor","commit_stats":null,"previous_names":[],"tags_count":32,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fwouts%2Fprmonitor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fwouts%2Fprmonitor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fwouts%2Fprmonitor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fwouts%2Fprmonitor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fwouts","download_url":"https://codeload.github.com/fwouts/prmonitor/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248740209,"owners_count":21154248,"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","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":["chrome-extension","developer-tools","development","firefox-addon","github","pull-request"],"created_at":"2024-10-24T09:44:32.997Z","updated_at":"2025-04-13T15:42:46.362Z","avatar_url":"https://github.com/fwouts.png","language":"TypeScript","readme":"# PR Monitor\n\n\u003e **Note** Looking for new maintainer\n\u003e\n\u003e PR Monitor is stable, no new features are planned and it's in maintenance only.\n\u003e\n\u003e If you'd like to improve it further, please send a pull request or feel free to fork the project.\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://chrome.google.com/webstore/detail/pr-monitor/pneldbfhblmldbhmkolclpkijgnjcmng\"\u003e\n    \u003cimg src=\"./images/logo-chrome.png\" /\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://addons.mozilla.org/en-US/firefox/addon/pr-monitor\"\u003e\n    \u003cimg src=\"./images/logo-firefox.png\" /\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n[![CircleCI](https://circleci.com/gh/fwouts/prmonitor.svg?style=svg)](https://circleci.com/gh/fwouts/prmonitor)\n![License](https://img.shields.io/github/license/fwouts/prmonitor.svg)\n[![Chrome Web Store](https://img.shields.io/chrome-web-store/v/pneldbfhblmldbhmkolclpkijgnjcmng.svg)](https://chrome.google.com/webstore/detail/pr-monitor/pneldbfhblmldbhmkolclpkijgnjcmng)\n[![Mozilla Add-on](https://img.shields.io/amo/v/pr-monitor.svg)](https://addons.mozilla.org/en-US/firefox/addon/pr-monitor)\n\nPR Monitor is a Chrome and Firefox extension that helps you keep track of incoming and outgoing PRs, and notifies you when you receive a pull request on GitHub.\n\n## What does it look like?\n\nHere's a quick demo of PR Monitor in action:\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://www.youtube.com/watch?v=kUtAhvPIg3Q\" target=\"_blank\"\u003e\n    \u003cimg src=\"./screencasts/latest.gif\" /\u003e\n  \u003c/a\u003e\n  \u003ci\u003eGIF made with \u003ca href=\"https://www.producthunt.com/posts/gifski-2\"\u003eGifski 2\u003c/a\u003e\u003c/i\u003e\n\u003c/p\u003e\n\n## How to install\n\n1. Install the [Chrome extension](https://chrome.google.com/webstore/detail/pr-monitor/pneldbfhblmldbhmkolclpkijgnjcmng) or [Firefox extension](https://addons.mozilla.org/en-US/firefox/addon/pr-monitor)\n2. [Create a GitHub personal access token with the **repo** permission](https://github.com/settings/tokens)\n3. Enter the token into the extension\n4. Enjoy\n\n## Using PR Monitor with GitHub Enterprise\n\nIn order to use PR Monitor with GitHub Enterprise, you'll need to download the source code and set the `baseUrl` to match your GitHub Enterprise API URL, then compile the code (see below).\n\nIt's a two-line change, so don't be afraid! Refer to [#769](https://github.com/fwouts/prmonitor/pull/769) for an example.\n\n## How to build it yourself\n\nIf you don't trust a random browser extension on the Internet with your GitHub token, that's understandable.\n\nHere's how to build the extension yourself from source:\n\n1. Install [Yarn](https://yarnpkg.com).\n2. Install dependencies with `yarn install`.\n3. Run `yarn build`.\n4. In Chrome, go to chrome://extensions and enable \"Developer mode\" in the top-right corner.\n5. Click \"Load unpacked\" and select the generated `dist/` directory.\n\n## Feedback\n\nFeel free to [file an issue](https://github.com/zenclabs/prmonitor/issues) with your feedback.\n","funding_links":["https://github.com/sponsors/fwouts"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffwouts%2Fprmonitor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffwouts%2Fprmonitor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffwouts%2Fprmonitor/lists"}