Skip to content

Commit eb2e757

Browse files
committed
Display the PR title in merge_pr
1 parent 2b4db47 commit eb2e757

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

easybuild/tools/github.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1381,6 +1381,7 @@ def merge_pr(pr):
13811381

13821382
msg = "\n%s/%s PR #%s was submitted by %s, " % (pr_target_account, pr_target_repo, pr, pr_data['user']['login'])
13831383
msg += "you are using GitHub account '%s'\n" % github_user
1384+
msg += "\nPR title: %s\n\n" % pr_data['title']
13841385
print_msg(msg, prefix=False)
13851386
if pr_data['user']['login'] == github_user:
13861387
raise EasyBuildError("Please do not merge your own PRs!")

0 commit comments

Comments
 (0)