You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
lafriks
changed the title
Allow to specify branch masks to exclud from recently pused branch notifications
Allow to specify branch masks to exclud3 from recently pused branch notifications
Dec 12, 2023
lafriks
changed the title
Allow to specify branch masks to exclud3 from recently pused branch notifications
Allow to specify branch masks to exclude from recently pused branch notifications
Dec 12, 2023
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:
release/*
would not show notification to create PR for these branches)main,release/*
Screenshots
No response
The text was updated successfully, but these errors were encountered: