[U] Update PR format
This commit is contained in:
+1
-1
@@ -43,7 +43,7 @@ if __name__ == '__main__':
|
|||||||
print()
|
print()
|
||||||
print('Merging fetch_head...')
|
print('Merging fetch_head...')
|
||||||
os.system(f'git merge FETCH_HEAD --no-ff --no-edit '
|
os.system(f'git merge FETCH_HEAD --no-ff --no-edit '
|
||||||
f'-m "[PR] Merge pull request {upstream}#{pr} from {user}:{head_br}" '
|
f'-m "[PR] {upstream}#{pr} from {user} - {info["title"]}" '
|
||||||
f'-m "Upstream PR: https://github.com/{upstream}/pull/{pr} \nThanks to @{user}"')
|
f'-m "Upstream PR: https://github.com/{upstream}/pull/{pr} \nThanks to @{user}"')
|
||||||
|
|
||||||
# Create GitHub Pull Request
|
# Create GitHub Pull Request
|
||||||
|
|||||||
Reference in New Issue
Block a user