Signed-off-by: prashant-gurung899 <prasantgrg777@gmail.com>
This commit is contained in:
@@ -479,6 +479,10 @@ def main(ctx):
|
|||||||
if ctx.build.event == "cron" and ctx.build.sender == "translation-sync":
|
if ctx.build.event == "cron" and ctx.build.sender == "translation-sync":
|
||||||
return translation_sync(ctx)
|
return translation_sync(ctx)
|
||||||
|
|
||||||
|
is_release_pr = (ctx.build.event == "pull_request" and ctx.build.sender == "openclouders" and "🎉 release" in ctx.build.title.lower())
|
||||||
|
if is_release_pr:
|
||||||
|
return [licenseCheck(ctx)]
|
||||||
|
|
||||||
build_release_helpers = \
|
build_release_helpers = \
|
||||||
readyReleaseGo()
|
readyReleaseGo()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user