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 729fd04 commit 56f5f52Copy full SHA for 56f5f52
src/main.sh
@@ -54,6 +54,8 @@ main() {
54
teamwork::pull_request_review_submitted
55
elif [ "$event" == "pull_request_review" ] && [ "$action" == "dismissed" ]; then
56
teamwork::pull_request_review_dismissed
57
+ elif [ "$ENV" == "test" ]; then # always run pull_request_opened at the very least when in test
58
+ teamwork::pull_request_opened
59
else
60
log::message "Operation not allowed"
61
exit 0
0 commit comments