-
Notifications
You must be signed in to change notification settings - Fork 375
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
Add auto-update gemfiles workflow #3927
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #3927 +/- ##
==========================================
- Coverage 97.77% 97.75% -0.02%
==========================================
Files 1297 1297
Lines 77611 77611
Branches 3871 3871
==========================================
- Hits 75881 75870 -11
- Misses 1730 1741 +11 ☔ View full report in Codecov by Sentry. |
BenchmarksBenchmark execution time: 2024-09-19 21:40:56 Comparing candidate commit 4542308 in PR branch Found 0 performance improvements and 0 performance regressions! Performance is the same for 23 metrics, 2 unstable metrics. |
update workflow file Update permissions Update permissions Update workflow file wip Update workflow
fcc65dd
to
4542308
Compare
What does this PR do?
Automates updating all gemfiles with latest versions of gems, a rake task created by @TonyCTHsu in #3916.
This creates the workflow for automatically generated PRs.
Generated PR: #3923
Future items:
Expand the matrix in Matrixfile to include latest for all gems, beyond stripe, opensearch, elasticsearch.
Motivation:
Additional Notes:
How to test the change?
Unsure? Have a question? Request a review!