ci: add nightly LLM review workflow#29888
Merged
Merged
Conversation
75de6b9 to
611ece6
Compare
There was a problem hiding this comment.
Pull request overview
Adds a GitHub Actions workflow to run the repository’s LLM-based PR review “nightly digest” by invoking the shared reusable workflow in openwrt/actions-shared-workflows.
Changes:
- Introduces a scheduled workflow (cron) plus a manual
workflow_dispatchtrigger with amax_prsinput. - Calls
openwrt/actions-shared-workflows/.github/workflows/reusable_llm-nightly-digest.yml@mainwith repo-specificextra_reposand routine/secrets wiring. - Sets minimal default permissions and a stable concurrency group for the digest runs.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Implement a nightly LLM review workflow that triggers a reusable digest workflow from openwrt/actions-shared-workflows. Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
059fa11 to
b595eba
Compare
Member
|
This looks good. I configured it in github and in the claude UI, it should work now. You can also define some project specific information in |
Member
Author
|
I will merge this one as it is and create a pull request to add those review rules. So anyone can jump in and share some thoughts. :-) |
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.
Implement a nightly LLM review workflow that triggers a reusable digest workflow from openwrt/actions-shared-workflows.
Fixes: openwrt/luci#8669 (comment)