Add weekly automated CEF updater workflow & update to 148.0.7778.180#4923
Open
Xenius97 wants to merge 1 commit into
Open
Add weekly automated CEF updater workflow & update to 148.0.7778.180#4923Xenius97 wants to merge 1 commit into
Xenius97 wants to merge 1 commit into
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Added a GitHub Actions workflow that automatically updates CEF every Tuesday at 08:00 CET.
After updating, the workflow automatically creates a pull request containing the changes, allowing maintainers to review and merge it manually.
This makes keeping CEF up-to-date significantly more streamlined and removes the need for manual update handling (except for review and merge).
Motivation
Updating CEF manually is repetitive and easy to forget.
By automating the process with a scheduled workflow and automatic PR creation, updates can be delivered faster and more consistently while still preserving manual review before merging.
Before using it, make sure to verify that
secrets.GITHUB_TOKENis configured correctly and working properly (it is already used by another workflow).Checklist