mirror of
https://github.com/f-droid/fdroidserver.git
synced 2026-02-02 03:31:55 -05:00
checkupdates: commit summary is merge request title
This commit is contained in:
@@ -790,9 +790,9 @@ def push_commits(remote_name='origin', branch_name='checkupdates', verbose=False
|
||||
push_option=[
|
||||
'merge_request.create',
|
||||
'merge_request.remove_source_branch',
|
||||
'merge_request.title=' + 'bot: checkupdates for ' + branch_name,
|
||||
'merge_request.title=bot: ' + git_repo.branches[branch_name].commit.summary,
|
||||
'merge_request.description='
|
||||
+ 'checkupdates-bot run %s' % os.getenv('CI_JOB_URL'),
|
||||
+ '~%s checkupdates-bot run %s' % (branch_name, os.getenv('CI_JOB_URL')),
|
||||
],
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user