You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not actively working on this repository but I see many PR's for weeks with failed Check Dart/Flutter bindings step. Rather than ignoring this step on CI results, we should create a system to automate updating Dart dependencies.
Run melos pub-upgrade and create a PR if there's an error on Check git status step of Check Dart/Flutter bindings job because of changes in pubspec.lock files.
Configure a system like dependabot and run melos pub-upgrade in intervals and create a PR if there are any changes.
The text was updated successfully, but these errors were encountered:
I'm not actively working on this repository but I see many PR's for weeks with failed
Check Dart/Flutter bindings
step. Rather than ignoring this step on CI results, we should create a system to automate updating Dart dependencies.melos pub-upgrade
and create a PR if there's an error onCheck git status
step ofCheck Dart/Flutter bindings
job because of changes inpubspec.lock
files.dependabot
and runmelos pub-upgrade
in intervals and create a PR if there are any changes.The text was updated successfully, but these errors were encountered: