* fix commit description formatting
* test new formatting
* retrigger workflow run
* test if title was properly set
* test desc with quotes
* remove newline chars
* parenthesis fix
* add quotes to view commit desc
* remove newline
* change workflow to use GITHUB_OUTPUT instead of env
* rollback version for testing
* trigger workflow run
* remove ref checkout
* fix write to github_output
* remove commit_message.env deletion
* trigger workflow run
* add diff for branch tracking
* revert versions.json
* add github action to automatically run dependency updater
* push
* fix syntax
* comment out time
* test if push triggers action
* change from on: push: to on: pull req:
* change env action
* change path
* change path
* change path to env
* change path
* un-ignore commit message
* test env file location change
* fix dependency updater build command
* fix dependency runner
* test if versions.json displays
* change dependency updater path
* check directory
* check path
* uncomment everything
* test push to fork
* test base/branch
* remove pull request trigger
* add workflow dispatch
* test pr creation
* revert dependencies yml back
* set delete-branch to true
* test if pr is created
* fix on: pull_request
* rename commit message env
* fix env file name
* comment author and committer
* try adding token
* set permissions
* add read permissions
* add more permissions
* typo in pull request name
* fix typo in ym
* change checkout to main
* fix syntax
* change ref to pr branch
* remove ref
* change base to main
* change base branch
* remove base
* remove base and set ref to main create test PR
* add support for manually running updater, and change yml updater command
* fix workflow typo
* remove author + committer and schedule to run every hour
* uncomment schedule
* add versions next to commit hash
* remove env echo
Changed the Docker Buildx action version in the nethermind job to v4 to match the others AND Ensured consistent indentation for better readability.
These changes should improve the workflow's consistency and clarity
* Add Reth Node Configuration
* Parameterize features
* update images to use alpine / static versions
* Restructure client files into separate directories
* Allow images to work w/ devnets
* bump reth commit
* fix the image name to include base-org
* Allow overriding via env var