.github/workflows: add action to update tapioca definitions
- Tapioca is a companion gem to Sorbet that generates RBI files for the Ruby gems in a project. - Whenever Dependabot updates a gem, Tapioca has to regenerate that gem's RBI files so that Sorbet can accurately assess the state of the typing of a codebase. - We also must regenerate Sorbet's view of [things defined at runtime](https://sorbet.org/docs/rbi#the-hidden-definition-rbi ): this is what it calls `hidden-definitions`. - Obviously, this got tedious to do manually. So here's an Action that runs every three days and raises a PR if there are any changes. Co-authored-by:Vidushee Amoli <vidushee.amoli@gmail.com> Co-authored-by:
Issy Long <me@issyl0.co.uk> Co-authored-by:
Jonathan Chang <jchang641@gmail.com> Co-authored-by:
Mike McQuaid <mike@mikemcquaid.com>
.github/workflows/tapioca-update.yml
0 → 100644
Please register or sign in to comment