mirror of
https://github.com/carlospolop/privilege-escalation-awesome-scripts-suite.git
synced 2026-02-13 16:16:43 +00:00
Bound chack-agent runtime and use faster model
This commit is contained in:
3
.github/workflows/chack-agent-pr-triage.yml
vendored
3
.github/workflows/chack-agent-pr-triage.yml
vendored
@@ -83,10 +83,11 @@ jobs:
|
||||
- name: Run Chack Agent
|
||||
id: run_chack
|
||||
if: ${{ steps.gate.outputs.should_run == 'true' }}
|
||||
timeout-minutes: 6
|
||||
uses: carlospolop/chack-agent@master
|
||||
with:
|
||||
provider: openrouter
|
||||
model_primary: BEST_QUALITY
|
||||
model_primary: CHEAP_BUT_QUALITY
|
||||
main_action: peass-ng
|
||||
sub_action: Chack-Agent PR Triage
|
||||
system_prompt: |
|
||||
|
||||
@@ -98,10 +98,11 @@ jobs:
|
||||
|
||||
- name: Run Chack Agent
|
||||
id: run_chack
|
||||
timeout-minutes: 6
|
||||
uses: carlospolop/chack-agent@master
|
||||
with:
|
||||
provider: openrouter
|
||||
model_primary: BEST_QUALITY
|
||||
model_primary: CHEAP_BUT_QUALITY
|
||||
main_action: peass-ng
|
||||
sub_action: CI-master Failure Chack-Agent PR
|
||||
system_prompt: |
|
||||
|
||||
@@ -154,10 +154,11 @@ jobs:
|
||||
|
||||
- name: Run Chack Agent
|
||||
id: run_chack
|
||||
timeout-minutes: 6
|
||||
uses: carlospolop/chack-agent@master
|
||||
with:
|
||||
provider: openrouter
|
||||
model_primary: BEST_QUALITY
|
||||
model_primary: CHEAP_BUT_QUALITY
|
||||
main_action: peass-ng
|
||||
sub_action: PR Failure Chack-Agent Dispatch
|
||||
system_prompt: |
|
||||
|
||||
Reference in New Issue
Block a user