Home
HEPForge
Search
Configure Global Search
Log In
Transactions
H14
Change Details
Change Details
Old
New
Diff
{ "match_all": true, "conditions": [ { "field": "diffusion.pre.ref.type", "condition": "is", "value": "branch" }, { "field": "diffusion.pre.ref.name", "condition": "!is", "value": "master" } ], "actions": [ { "action": "diffusion.block", "target": "Only master branch can be pushed on this public repository" } ], "repetition_policy": "every" }
{ "match_all": true, "conditions": [ { "field": "diffusion.pre.ref.type", "condition": "is", "value": "branch" }, { "field": "diffusion.pre.ref.name", "condition": "!is", "value": "master" } ], "actions": [ { "action": "diffusion.block", "target": "Only master branch and new tags can be pushed on this public repository" } ], "repetition_policy": "every" }
{ "match_all": true, "conditions": [ { "field": "diffusion.pre.ref.type", "condition": "is", "value": "branch" }, { "field": "diffusion.pre.ref.name", "condition": "!is", "value": "master" } ], "actions": [ { "action": "diffusion.block", "target": "Only master branch
and new tags
can be pushed on this public repository" } ], "repetition_policy": "every" }
Continue