Monitor Gutenberg Plugin for Changes in Core-Block Frontend Appearance

Usually the changelogs of a new Gutenberg Plugin release is bloated with links to lengthy discussions, some rather seldom used features and its hard to say if the update affects your site(s).

So I made this repo (todo: add readme). It makes use of github workflows to monitor the gutenberg repo.

Once a day it fetches the latest commit, checks if there where changes to ‘frontend’ code (i.e. changes in scss and view.js files in `packages/block-editor/src/`) and if there are any it sends an email.

Why: Even after years the Gutenberg team still changes the markup, styles or views.js of core blocks. When websites have auto-update enabled this might change the appearance of the site and lead to changes in the public facing frontend of your site. So this monitoring script tries to warn you as a site owner of these potential changes.