Skip to content
This repository has been archived by the owner on Aug 2, 2024. It is now read-only.

Accept uppercase LGTM as one of the default triggers #46

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

TomasHubelbauer
Copy link

Hi! I always forget the lgtm in the default trigger is lowercase. I know I can override the trigger but I'm thinking maybe you'll want to accept uppercase LGTM as one of the default triggers? Even this repository's description uses the uppercase variant in a few cases including the README picture so I think it might make sense? WDYT?

BTW as far as I can tell this shouldn't already work because the regex case-insensitive flag in the default input string is missing and parseTrigger doesn't add it but if it already does work maybe the problem is just with our setup. I don't use Go so I just followed what I learnt on SO in terms of how to make a pattern case-insensitive.

Hi! I always forget the `lgtm` in the default trigger is lowercase. I know I can override the trigger but I'm thinking maybe you'll want to accept uppercase `LGTM` as one of the default triggers? Even this repository's description uses the uppercase variant in a few cases including the README picture so I think it might make sense? WDYT?

BTW as far as I can tell this shouldn't already work because the regex case-insensitive flag in the default input string is missing and `parseTrigger` doesn't add it but if it already does work maybe the problem is just with our setup. I don't use Go so I just followed what I learnt on SO in terms of how to make a pattern case-insensitive.
@flc1125
Copy link

flc1125 commented Aug 2, 2024

lgtm

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants