diff --git a/README.md b/README.md index e87544cc..b8c99a76 100644 --- a/README.md +++ b/README.md @@ -1,24 +1,15 @@ -# PR Monitor - -> **Note** Looking for new maintainer +> [!WARNING] +> **This project is no longer maintained.** +> +> Life got busy — work, kids, and the usual chaos. I no longer have the time or energy to keep up with issues, PRs, or updates. PR Monitor has been effectively abandoned. > -> PR Monitor is stable, no new features are planned and it's in maintenance only. +> The code is still here and you're welcome to fork it, but don't expect updates or support. > -> If you'd like to improve it further, please send a pull request or feel free to fork the project. +> The Chrome and Firefox extensions will be removed from their respective stores soon. -
+# PR Monitor -[](https://circleci.com/gh/fwouts/prmonitor)  -[](https://chrome.google.com/webstore/detail/pr-monitor/pneldbfhblmldbhmkolclpkijgnjcmng) -[](https://addons.mozilla.org/en-US/firefox/addon/pr-monitor) PR 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. @@ -33,19 +24,6 @@ Here's a quick demo of PR Monitor in action: GIF made with Gifski 2 -## How to install - -1. 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) -2. [Create a GitHub personal access token with the **repo** permission](https://github.com/settings/tokens) -3. Enter the token into the extension -4. Enjoy - -## Using PR Monitor with GitHub Enterprise - -In 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). - -It's a two-line change, so don't be afraid! Refer to [#769](https://github.com/fwouts/prmonitor/pull/769) for an example. - ## How to build it yourself If you don't trust a random browser extension on the Internet with your GitHub token, that's understandable. @@ -58,6 +36,8 @@ Here's how to build the extension yourself from source: 4. In Chrome, go to chrome://extensions and enable "Developer mode" in the top-right corner. 5. Click "Load unpacked" and select the generated `dist/` directory. -## Feedback +## Using PR Monitor with GitHub Enterprise + +In 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). -Feel free to [file an issue](https://github.com/zenclabs/prmonitor/issues) with your feedback. +It's a two-line change, so don't be afraid! Refer to [#769](https://github.com/fwouts/prmonitor/pull/769) for an example. \ No newline at end of file