diff --git a/action.yml b/action.yml index 0863415..bd0fd66 100644 --- a/action.yml +++ b/action.yml @@ -5,7 +5,7 @@ inputs: trigger: description: 'Trigger comment on issue to send reaction' required: false - default: '["^lgtm$", "^[gG]ood [jJ]ob!?$"]' + default: '["(?i)^lgtm$", "^[gG]ood [jJ]ob!?$"]' overide: description: 'Whether the original comment is overridden' required: false