-
-
Notifications
You must be signed in to change notification settings - Fork 6.3k
Closed
Closed
Copy link
Labels
type/proposalThe new feature has not been accepted yet but needs to be discussed first.The new feature has not been accepted yet but needs to be discussed first.
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
lunny, lng2020 and jpraet
Metadata
Metadata
Assignees
Labels
type/proposalThe new feature has not been accepted yet but needs to be discussed first.The new feature has not been accepted yet but needs to be discussed first.