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 56f5f52 commit 151abeeCopy full SHA for 151abee
src/main.sh
@@ -46,7 +46,7 @@ main() {
46
project_id="$(teamwork::get_project_id_from_task "$task_id")"
47
export TEAMWORK_PROJECT_ID=$project_id
48
49
- if [ "$event" == "pull_request" ] && [ "$action" == "opened" ] || [ "$action" == "reopened" ]; then
+ if [ "$event" == "pull_request" ] && [ "$action" == "opened" ]; then
50
teamwork::pull_request_opened
51
elif [ "$event" == "pull_request" ] && [ "$action" == "closed" ]; then
52
teamwork::pull_request_closed
0 commit comments