GitHub Action to Prevent & Fix Typos!
As part of my Supabase Deep Dive: https://github.com/dwyl/technology-stack/issues/93#issuecomment-1407304157 I noticed the following file in the root of the repo: https://github.com/supabase/supabase/blob/master/.misspell-fixer.ignore
The file has one line: ignore the https://github.com/supabase/supabase/tree/master/i18n directory.
@stavares843 added via: https://github.com/supabase/supabase/pull/9598
And this is the first time the Bot spotted a Typo and fixed it: https://github.com/supabase/supabase/pull/9916
It was superseded by a PR created by a human: https://github.com/supabase/supabase/pull/10043 But hopefully you get the idea! Typos are caught - at least in theory - by CI and fixed by bot! 🤖
MVP
@LuchoTurtle do you mind picking this up? 🙏
added a PR here 🔨
GitHub Action to Prevent & Fix Typos! #120
As part of my Supabase Deep Dive: https://github.com/dwyl/technology-stack/issues/93#issuecomment-1407304157 I noticed the following file in the root of the repo: https://github.com/supabase/supabase/blob/master/.misspell-fixer.ignore
The file has one line: ignore the https://github.com/supabase/supabase/tree/master/i18n directory.
@stavares843 added via: https://github.com/supabase/supabase/pull/9598
And this is the first time the Bot spotted a Typo and fixed it: https://github.com/supabase/supabase/pull/9916
It was superseded by a PR created by a human: https://github.com/supabase/supabase/pull/10043 But hopefully you get the idea! Typos are caught - at least in theory - by CI and fixed by bot! 🤖
Todo
MVP
repo: https://github.com/dwyl/mvp and see what it finds. 💭@LuchoTurtle do you mind picking this up? 🙏