added delay before doing an auto merge
This commit is contained in:
parent
9b2d3e0f56
commit
3e31d2a638
1 changed files with 1 additions and 1 deletions
|
|
@ -81,7 +81,7 @@ def auto_merge_pr_if_needed(event):
|
|||
scm=pull_request.target_repo.repo_type)
|
||||
from rc_ee.lib.celerylib.tasks import auto_merge_repo
|
||||
auto_merge_repo.apply_async(
|
||||
args=(pull_request.pull_request_id, extras)
|
||||
args=(pull_request.pull_request_id, extras), countdown=3
|
||||
)
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue