-
Notifications
You must be signed in to change notification settings - Fork 58
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
[RNMobile] Add url option to image block #4779
[RNMobile] Add url option to image block #4779
Conversation
Wanna run full suite of Android and iOS UI tests? Click here and 'Approve' CI job! |
@fluiddot I believe this is the correct way to keep the Gutenberg ref updated for gutenberg#40334. Let me know if I've missed something for the matching Gutenberg Mobile PR here. 🙇 |
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.
@fluiddot I believe this is the correct way to keep the Gutenberg ref updated for WordPress/gutenberg#40334. Let me know if I've missed something for the matching Gutenberg Mobile PR here. 🙇
@derekblank Yeah, this is the correct way although I spotted a couple of issues that we'd need to check:
- We shouldn't modify the
.gitmodules
. - The Gutenberg reference should point to the latest commit, now it's pointing to
ee61ccb3b1eabce9dbc32fbd6c47cc64277002e7
but the last commit from the Gutenberg PR isa43fce12c6bd88c4b2307283186a1a54a3b2967b
.
Additionally, it would be great to add an entry to the changelog files as outlined in the PR's submission checklist:
I have considered if this change warrants user-facing release notes more info and have added them to RELEASE-NOTES.txt if necessary.
On a different note, you can also generate this PR automatically by adding the Mobile app - Automation
label to the Gutenberg PR (here you can check an example).
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 via WordPress/gutenberg#40334 (review).
NOTE: Before merging the PR, the Gutenberg reference should point to the merge commit in trunk
after merging the Gutenberg PR.
…-video-and-image-blocks
@fluiddot Thanks for the tips! The automated PR would've been much easier. :) I think I had my wires crossed for a second, but I think I've sorted it out now after updating the changelog and the gutenberg refs. Since this PR is not automated and I cannot merge gutenberg#40334 myself, I think the next step for this PR is just to keep the submodule updated until the gutenberg PR can be merged? |
@derekblank Yeah exactly, the next step for this PR before merging it is to update the Gutenberg reference once WordPress/gutenberg#40334 is merged. Since you don't have permission to merge, I can take over that 👍. In relation to this, I'll restart the failing jobs in the Gutenberg PR (looks like they fail due to flakiness) and once everything is 🟢 I'll merge it. I'll let you know when it's merged so you can update the Gutenberg reference here. |
@derekblank I've just merged the Gutenberg PR, here is the commit SHA: |
RELEASE-NOTES.txt
Outdated
@@ -1,6 +1,7 @@ | |||
Unreleased | |||
--- | |||
* [*] [a11y] Improve text read by screen readers for BottomSheetSelectControl [https://github.com/wordpress-mobile/gutenberg-mobile/pull/4854] | |||
* [*] [Image block] Add Insert from URL as a media option |
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.
We usually add a reference to the Gutenberg Mobile PR along with the entry, e.g.:
[a11y] Improve text read by screen readers for BottomSheetSelectControl [https://github.com/wordpress-mobile/gutenberg-mobile/pull/4854]
Could you also add it for this change? Thanks 🙇 !
@fluiddot Thanks for merging the Gutenberg PR. I've updated the release notes, and set the gutenberg reference to For non-automated gutenberg-mobile PRs (like this one), when the associated gutenberg PR has been merged, would the author (i.e., me) then merge the gutenberg-mobile PR? Or is there another approval step needed? I see all of the checks have passed but I just want to confirm that it is ok to merge 🙇 . |
🎊
Yeah, once both Gutenberg and Gutenberg-Mobile PRs are approved and ready to merge, usually the author is in charge of updating the references and merging the PRs. In this case, since everything is ready, including the PR checks, you can go ahead and merge the PR . This also applies to the automated Gutenberg-Mobile PRs, as only updating the Gutenberg reference is the part automated. Update the reference to point to the merge commit and PR merging is still manual. |
This is a PR for running CI checks on gutenberg#40334.
To test: N/A
PR submission checklist: