Closed
Description
Feature Description
Currently if there are multiple branches that are never merged into default, like release/*
etc pushing changes to them shows recent branch notification with button to create new PR for 6 hours that takes up quite much space for whole working day.
There could be two ways to implemented this:
- do not show notifications for branches that are protected (like when setting branch protection for
release/*
would not show notification to create PR for these branches) - Allow to specify global (app.ini) setting with wildcard to what branches always ignore for this notification, for example
main,release/*
Screenshots
No response