-
Notifications
You must be signed in to change notification settings - Fork 5
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
UHF-9113: sync changes from main to v4 branch #621
Conversation
Codecov Report
@@ Coverage Diff @@
## main #621 +/- ##
=========================================
Coverage 13.29% 13.29%
Complexity 241 241
=========================================
Files 30 30
Lines 910 910
=========================================
Hits 121 121
Misses 789 789 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
The patches in this repository not apply in Drupal >= 10
4dfecf0
to
ad1a148
Compare
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
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.
Looks good to me
UHF-9113
What was done
We need to release a new major revision for Drupal 10, since most of the patches in this repo are not compatible. My proposal is to have the drupal 10 related changes in a separate branch until we have upgraded everything. This PR adds automation to keep the
4.x
andmain
branches in sync with automatic pull requests, so we don't have to do manual porting.How to install
How to test