mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-04 22:40:29 +03:00
checkupdates: commit summary is merge request title
This commit is contained in:
parent
cd8d4ef88b
commit
fbe9152ee5
1 changed files with 2 additions and 2 deletions
|
|
@ -790,9 +790,9 @@ def push_commits(remote_name='origin', branch_name='checkupdates', verbose=False
|
||||||
push_option=[
|
push_option=[
|
||||||
'merge_request.create',
|
'merge_request.create',
|
||||||
'merge_request.remove_source_branch',
|
'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='
|
'merge_request.description='
|
||||||
+ 'checkupdates-bot run %s' % os.getenv('CI_JOB_URL'),
|
+ '~%s checkupdates-bot run %s' % (branch_name, os.getenv('CI_JOB_URL')),
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue