Nithya

Results 1 comments of Nithya

#340 could help ensure your pipeline is run (atleast once) only when assigned to marge-bot, something like ``` if (env.gitlabMergedByUser == "marge-bot") { functions.approversCheck() functions.deployToStaging() } ```