mirror of
https://github.com/openwrt/openwrt.git
synced 2026-06-10 11:48:56 +04:00
github: LLM-review: run the digest twice a day
Change the schedule from once a day to twice a day (03:00 and 15:00 UTC) and raise the default max_prs from 16 to 24, so more open PRs get covered now that the per-PR trigger has been removed. Link: https://github.com/openwrt/openwrt/pull/23474 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
This commit is contained in:
@@ -2,14 +2,14 @@ name: LLM Review
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '0 3 * * *'
|
- cron: '0 3,15 * * *'
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
inputs:
|
inputs:
|
||||||
max_prs:
|
max_prs:
|
||||||
description: 'Max PRs to review in this nightly run'
|
description: 'Max PRs to review in this nightly run'
|
||||||
required: false
|
required: false
|
||||||
type: number
|
type: number
|
||||||
default: 16
|
default: 24
|
||||||
|
|
||||||
permissions: {}
|
permissions: {}
|
||||||
|
|
||||||
@@ -73,6 +73,6 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
routine_id: ${{ vars.LLM_ROUTINE_ID_NIGHTLY }}
|
routine_id: ${{ vars.LLM_ROUTINE_ID_NIGHTLY }}
|
||||||
extra_repos: ${{ needs.detect-kernels.outputs.extra_repos }}
|
extra_repos: ${{ needs.detect-kernels.outputs.extra_repos }}
|
||||||
max_prs: ${{ fromJSON(inputs.max_prs || '16') }}
|
max_prs: ${{ fromJSON(inputs.max_prs || '24') }}
|
||||||
secrets:
|
secrets:
|
||||||
llm_routine_token: ${{ secrets.LLM_ROUTINE_TOKEN_NIGHTLY }}
|
llm_routine_token: ${{ secrets.LLM_ROUTINE_TOKEN_NIGHTLY }}
|
||||||
|
|||||||
Reference in New Issue
Block a user