-
Notifications
You must be signed in to change notification settings - Fork 363
refactor(ci): use diff to only run commands for changes #2107
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
Closed
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* app updated * readme updated * rename base folder * update chatty's readme * move apps to packages dir * update repo overview Co-authored-by: diegoveloper <diego.velasquez.lopez@gmail.com>
* feat: deploy app to testflight * test gh action * test gh action * test gh action * test gh action * test gh action * test gh action * test gh action * distribute external * distribute external * add changelog * bump version * bump version * bump version * fix actions * update action
…er github actions
move app config to separate file and use a production version on mast…
Signed-off-by: xsahil03x <xdsahil@gmail.com>
Signed-off-by: Sahil Kumar <xdsahil@gmail.com>
chore: update sample app.
Signed-off-by: Sahil Kumar <xdsahil@gmail.com>
chore: update sample app.
fix: Updates stream chat for the project and brings it up to date
feat: update sample app
[CHA-546] set up ios with local environment
823e8cf
to
72ffc27
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #2107 +/- ##
=======================================
Coverage 60.22% 60.22%
=======================================
Files 382 382
Lines 23762 23762
=======================================
Hits 14311 14311
Misses 9451 9451 ☔ View full report in Codecov by Sentry. |
Closing in favor of #2109 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request includes several changes to GitHub Actions workflows and the
melos.yaml
configuration, aimed at improving the automation and analysis processes. The most important changes include the removal of specific paths from workflow triggers, the renaming and reorganization of workflow steps, and the addition of new analysis and formatting commands for changed packages.Workflow Improvements:
.github/workflows/legacy_version_analyze.yml
: Removed specific paths frompush
andpull_request
triggers and updated job names and steps for better readability and consistency. [1] [2].github/workflows/stream_flutter_workflow.yml
: Removed specific paths frompull_request
triggers, reorganized jobs, and updated job names and steps for better readability and consistency. [1] [2]Melos Configuration Enhancements:
melos.yaml
: Added new scripts for analyzing, formatting, and testing only changed packages. Updated existing scripts for better readability and consistency. [1] [2] [3]Minor Changes:
.github/workflows/pr_title.yml
: Addedsample_app
to the list of valid scopes.publish_to
field in severalpubspec.yaml
files to use consistent formatting (none
instead of"none"
or'none'
). [1] [2] [3] [4] [5] [6]