GitHub PR Branch Warning
Warns when a PR targets an unexpected branch, when a branch hasn't been merged, or when merging outside allowed hours.
As of June 2026, GitHub PR Branch Warning has 4 users in the Developer Tools category.
Usersno change0%
4
4
Ratingno change0%
—
— reviews
Reviewsno change0%
—
Version
1.2.1
Manifest V3
90-day change · In the last 90 days this extension 1 version update.
History
6 snapshotsTracking since Apr 4, 2026.
View as table
| Date | Users | Rating | Reviews | Version |
|---|---|---|---|---|
| Apr 4, 2026 | — | — | — | 1.1.0 |
| Apr 17, 2026 | — | — | — | 1.1.0 |
| Apr 28, 2026 | 3 | — | — | 1.2.1 |
| May 11, 2026 | 2 | — | — | 1.2.1 |
| May 16, 2026 | — | — | — | 1.2.1 |
| Jun 11, 2026 | 3 | — | — | 1.2.1 |
| Now | 4 | — | — | 1.2.1 |
Changelog
- Apr 17, 2026description
GitHub PR Branch Warning は、GitHubのプルリクエストが許可されていないブランチをターゲットにしている場合に警告を表示するChrome拡張機能です。 【主な機能】 ・PRページを開いた際に、ターゲットブランチが許可リストにないと警告バナーを表示 ・許可するブランチを自由にカスタマイズ可能(例: main, master, develop) ・シンプルで軽量な設計 【こんな方におすすめ】 ・誤ったブランチへのPRマージを防ぎたいチーム ・複数ブランチ戦略を使用するプロジェクトの開発者 ・GitHubワークフローの安全性を高めたいエンジニア This extension warns you when a GitHub Pull Request targets a branch that is not in your allowed list. Customize which branches are safe targets and get instant visual warnings to prevent accidental merges to wrong branches.
GitHub PR Branch Warning displays three types of safety warnings on GitHub pull request pages to prevent common merge mistakes. 【Features】 🔴 Wrong Base Branch Warning Shows a red sticky banner when the PR's target branch is not in your allowed list. Prevents accidental merges into the wrong branch (e.g. merging into main when you meant develop). 🟠 Merge-Forget Alert (new in v1.2.0) Automatically checks whether the head branch has been merged into your required branches (e.g. staging, qa) before the final merge. If any are missing, an orange banner appears immediately. Uses your existing browser login session — no personal access token required, and private repositories are fully supported. 🟣 Outside Merge Window Alert (new in v1.2.0) Define allowed merge windows by day of week, time range, and timezone. A purple banner appears when you open a PR outside all configured windows, helping prevent off-hours or holiday merges. 【Other Features】 ・Multiple warnings stack cleanly — all active warnings are shown simultaneously ・EN / JA language toggle available in the popup ・Settings sync across devices via chrome.storage.sync ・Supports GitHub SPA navigation (Turbo / Turbolinks) ・No API token or external service required 【Who is this for?】 ・Teams who want to prevent accidental merges into the wrong branch ・Developers managing multi-environment release flows (staging / qa / production) ・Projects that enforce merge blackout periods during nights or holidays ・Anyone who wants an extra layer of safety in their GitHub workflow --- (日本語の説明は後半にあります) --- GitHub PR Branch Warning は、GitHubのプルリクエストページに3種類の安全警告を表示するChrome拡張機能です。 【主な機能】 🔴 意図しないマージ先ブランチ警告 PRのターゲットブランチが許可リストにない場合に赤いスティッキーバナーを表示。developに向けるつもりがmainに向いていた、といったミスを即座に検知します。 🟠 マージし忘れアラート(v1.2.0) 本番マージ前に staging や qa など指定ブランチへのマージが完了しているか自動チェック。未マージなら即座にオレンジのバナーで警告します。ブラウザのログインセッションを利用するためトークン不要、プライベートリポジトリにも対応。 🟣 マージ可能時間外アラート(v1.2.0) マージを許可する曜日・時間帯・タイムゾーンを自由に設定できます。設定した時間帯外にPRを開くと紫のバナーが表示され、深夜・休日の誤マージを防止します。 【その他の特徴】 ・複数の警告が同時に発生した場合も重ねて表示 ・英語・日本語のUIを切り替え可能 ・設定はデバイス間で自動同期(chrome.storage.sync) ・GitHubのSPA遷移(Turbo / Turbolinks)に対応 ・APIトークンや外部サービス不要 【こんな方におすすめ】 ・誤ったブランチへのPRマージを防ぎたいチーム ・複数環境(staging/qa/本番)へのリリースフローを守りたい開発者 ・深夜・休日マージを禁止したいプロジェクト ・GitHubワークフローに安全のひと手間を加えたいエンジニア
- Apr 17, 2026short_description
Warns you when a GitHub PR targets a branch not in your allowed list.
Warns when a PR targets an unexpected branch, when a branch hasn't been merged, or when merging outside allowed hours.
Permissions & access
- Permissions
- storage
- Host access
- https://github.com/*
Screenshots
About
GitHub PR Branch Warning displays three types of safety warnings on GitHub pull request pages to prevent common merge mistakes. 【Features】 🔴 Wrong Base Branch Warning Shows a red sticky banner when the PR's target branch is not in your allowed list. Prevents accidental merges into the wrong branch (e.g. merging into main when you meant develop). 🟠 Merge-Forget Alert (new in v1.2.0) Automatically checks whether the head branch has been merged into your required branches (e.g. staging, qa) before the final merge. If any are missing, an orange banner appears immediately. Uses your existing browser login session — no personal access token required, and private repositories are fully supported. 🟣 Outside Merge Window Alert (new in v1.2.0) Define allowed merge windows by day of week, time range, and timezone. A purple banner appears when you open a PR outside all configured windows, helping prevent off-hours or holiday merges. 【Other Features】 ・Multiple warnings stack cleanly — all active warnings are shown simultaneously ・EN / JA language toggle available in the popup ・Settings sync across devices via chrome.storage.sync ・Supports GitHub SPA navigation (Turbo / Turbolinks) ・No API token or external service required 【Who is this for?】 ・Teams who want to prevent accidental merges into the wrong branch ・Developers managing multi-environment release flows (staging / qa / production) ・Projects that enforce merge blackout periods during nights or holidays ・Anyone who wants an extra layer of safety in their GitHub workflow --- (日本語の説明は後半にあります) --- GitHub PR Branch Warning は、GitHubのプルリクエストページに3種類の安全警告を表示するChrome拡張機能です。 【主な機能】 🔴 意図しないマージ先ブランチ警告 PRのターゲットブランチが許可リストにない場合に赤いスティッキーバナーを表示。developに向けるつもりがmainに向いていた、といったミスを即座に検知します。 🟠 マージし忘れアラート(v1.2.0) 本番マージ前に staging や qa など指定ブランチへのマージが完了しているか自動チェック。未マージなら即座にオレンジのバナーで警告します。ブラウザのログインセッションを利用するためトークン不要、プライベートリポジトリにも対応。 🟣 マージ可能時間外アラート(v1.2.0) マージを許可する曜日・時間帯・タイムゾーンを自由に設定できます。設定した時間帯外にPRを開くと紫のバナーが表示され、深夜・休日の誤マージを防止します。 【その他の特徴】 ・複数の警告が同時に発生した場合も重ねて表示 ・英語・日本語のUIを切り替え可能 ・設定はデバイス間で自動同期(chrome.storage.sync) ・GitHubのSPA遷移(Turbo / Turbolinks)に対応 ・APIトークンや外部サービス不要 【こんな方におすすめ】 ・誤ったブランチへのPRマージを防ぎたいチーム ・複数環境(staging/qa/本番)へのリリースフローを守りたい開発者 ・深夜・休日マージを禁止したいプロジェクト ・GitHubワークフローに安全のひと手間を加えたいエンジニア
Technical
- Version
- 1.2.1
- Manifest
- V3
- Size
- 20.16KiB
- Min Chrome
- 88
- Languages
- 1
- Featured
- No
Metadata
- ID
- kfbegmojndmlgamhppfphabkgfllllmj
- Developer ID
- u95aaa502149004d3b6850c09332cc480
- Developer Email
- [email protected]
- Created
- Apr 3, 2026
- Last Updated (Store)
- Apr 16, 2026
- Last Scraped
- Jun 11, 2026
- Website
- —
Data sourced from the Chrome Web Store · last verified Jun 11, 2026.