-
Notifications
You must be signed in to change notification settings - Fork 5
Bump Ditto dependency to 4.12.3 #190
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
Conversation
The workflow was using flutter-version: "stable" which caused the action to interpret "stable" as both the version and channel, resulting in the error "Unable to determine Flutter version for channel: stable version: stable". Fixed by using flutter-version: '3.x' with channel: 'stable', matching the pattern used in the flutter-ci.yml workflow.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Swift LGTM.
Reverted changes that I had included for testing and forgot to remove again. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
Copilot reviewed 17 out of 30 changed files in this pull request and generated no new comments.
Files not reviewed (2)
- javascript-tui/package-lock.json: Language not supported
- javascript-web/package-lock.json: Language not supported
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
Hello, it's me from beyond the grave 👋 💀 I think I may need to be removed from codeowners or something (or maybe just unassigned from this PR? not sure exactly - but I am still in codeowners). Anyways Flutter changes LGTM 😢 🫡 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approved. The CI fixes are in a PR that waits to get merged into main. It's ok to jump over them for now if changes seem stable.
Also includes a minor workflow fix.
The test failures are CI issues AFAICT.