Skip to content

Commit 30c60fc

Browse files
Merge pull request #4 from gitbito/handle_review_command
Update entrypoint.sh - add review to supported command
2 parents c3d0382 + 16b589e commit 30c60fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ echo $INPUT_PR
66
echo $INPUT_COMMAND
77
echo $INPUT_OPTIONS
88

9-
SUPPORTED_COMMANDS=("/review")
9+
SUPPORTED_COMMANDS=("/review", "review")
1010

1111
INPUT_COMMAND=$(echo "$INPUT_COMMAND" | tr -d '[:space:]')
1212
for command in "${SUPPORTED_COMMANDS[@]}"; do

0 commit comments

Comments
 (0)