auto-rebaser

Auto Rebaser — Privacy Policy

Last updated: 2026-05-06 Contact: grapentineb@gmail.com

Auto Rebaser (“the extension”) is a browser extension that automatically rebases your open GitHub pull requests when they fall behind their base branch. This policy explains what the extension stores, where it sends data, and what it does not do.

Data the extension stores

All data is stored locally in the browser via the standard chrome.storage API. Nothing is sent to any server operated by us — there is no Auto Rebaser backend.

The extension stores:

Where data goes

The extension makes HTTPS requests only to:

Every request is authenticated with the credential you provided. No third-party analytics, telemetry, error reporting, or advertising services are loaded or contacted.

What the extension does on your behalf

When the conditions you configure are met, the extension calls these GitHub API endpoints:

All of these are gated by explicit user toggles in the popup; defaults are conservative (read-only or local-only by default).

What the extension does NOT do

Removing your data

Uninstalling the extension wipes chrome.storage.local (credentials, PR cache, activity log). chrome.storage.sync (settings) clears when you sign out of the browser profile or via Chrome’s settings.

You can also clear the activity log manually from the popup’s activity page.

Open source

The extension’s full source is published at https://github.com/bradygrapentine/auto-rebaser. You can audit exactly what it does at any version.

Changes to this policy

If we update this policy, we’ll bump the date at the top and update the published URL. The extension’s version is in manifest.json so you can correlate.