Skip to content
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

Automate checking for upstream changes to Code block's edit.js #787

Merged
merged 1 commit into from
Nov 22, 2023

Conversation

westonruter
Copy link
Owner

@westonruter westonruter commented Nov 22, 2023

Fixes #697.

This will ensure that things like #786 don't fall under the radar. Whenever Dependabot updates the @wordpress/block-library package, this will check whether the MD5 hash of the Code block's edit.js has been changed. If so, the workflow will fail. After inspecting the file for changes to see if anything needs to be modified in our version, the checksum file can be updated via npm run md5sum:update and the file block-library.md5 committed.

@westonruter westonruter force-pushed the add/upstream-code-block-watching branch from d6999fb to 3608787 Compare November 22, 2023 04:20
@westonruter westonruter merged commit 16730cf into develop Nov 22, 2023
2 checks passed
@westonruter westonruter deleted the add/upstream-code-block-watching branch November 22, 2023 04:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add test to watch for changes in @wordpress/block-library/code
1 participant