ability to commit to release pr (#2548)

This commit is contained in:
Viktor Scharf
2026-03-30 20:42:47 +02:00
committed by GitHub
parent 7ee37fe845
commit dd25834d22

View File

@@ -495,7 +495,7 @@ def main(ctx):
if ctx.build.event == "cron" and ctx.build.sender == "translation-sync":
return translation_sync(ctx)
is_release_pr = (ctx.build.event == "pull_request" and ctx.build.sender == "openclouders" and "🎉 release" in ctx.build.title.lower())
is_release_pr = (ctx.build.event == "pull_request" and "🎉 release" in ctx.build.title.lower())
if is_release_pr:
return checkVersionPlaceholder() + \
licenseCheck(ctx) + \