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
Customer request to define something like secondary protected branches. PRs targeting the secondary branch perform a scan and issue PR comments, but a push to the secondary invokes a scan without an issue tracker update. This is so they can push issues into the issue tracker only when pushing to a primary protected branch.
Proposed solution
New config option like "branches" named "secondary-branches" that works the same way for PRs when PRs target secondary branches, but secondary branch push events don't update the issue tracker.
The text was updated successfully, but these errors were encountered:
This structure could also be introduced inside the branches property of the cx-flow block with a property named track-issues or track-bugs, adding name to set the branch's name, like:
Describe the problem
Customer request to define something like secondary protected branches. PRs targeting the secondary branch perform a scan and issue PR comments, but a push to the secondary invokes a scan without an issue tracker update. This is so they can push issues into the issue tracker only when pushing to a primary protected branch.
Proposed solution
New config option like "branches" named "secondary-branches" that works the same way for PRs when PRs target secondary branches, but secondary branch push events don't update the issue tracker.
The text was updated successfully, but these errors were encountered: