Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Automatically run bin/tapioca gem when gem dependencies are updated #9559

Open
robaiken opened this issue Apr 22, 2024 · 1 comment
Open
Labels
L: github:actions GitHub Actions sorbet 🍦 Relates to Sorbet types T: tech-debt ⚙️

Comments

@robaiken
Copy link
Contributor

Code improvement description

Currently, when the gem dependencies are updated in the /updater directory (and possibly other directories, e.g. common), developers are required to manually execute the bin/tapioca gem command to generate the RBI files. This manual process involves pulling the latest changes from the branch and running the command locally.

We should automate the execution of bin/tapioca gem whenever the dependencies in the /updater directory are updated, eliminating the need for developers to pull the branch and run the command locally.

@JamieMagee
Copy link
Contributor

Related Dependabot feature #5962 (Though I'm not saying we should implement it)

@JamieMagee JamieMagee added the sorbet 🍦 Relates to Sorbet types label Apr 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
L: github:actions GitHub Actions sorbet 🍦 Relates to Sorbet types T: tech-debt ⚙️
Projects
Status: No status
Development

No branches or pull requests

2 participants