We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32e0806 commit f83941cCopy full SHA for f83941c
1 file changed
src/teamwork.sh
@@ -45,6 +45,9 @@ teamwork::pull_request_synchronize() {
45
46
teamwork::pull_request_closed() {
47
local -r user=$(github::get_sender_user)
48
+ local -r pr_url=$(github::get_pr_url)
49
+ local -r pr_title=$(github::get_pr_title)
50
+
51
teamwork::add_comment "
52
**$user** closed a PR: **$pr_title**
53
[$pr_url]($pr_url)
@@ -53,6 +56,9 @@ teamwork::pull_request_closed() {
56
54
57
teamwork::pull_request_review_submitted() {
55
58
59
60
61
62
63
**$user** submited a review to the PR: **$pr_title**
64
0 commit comments