Is there a way to only allow one specified branch to be merged into master?
j
Jonathan Rosenberg
05/18/2022, 1:40 PM
Hi Sid 🙂,
You can define a pre-merge hook to test the origin branch from which the merge occurs.
Can you elaborate on the use-case for this kind of functionality? Sounds interesting 🤔