mirror of
https://github.com/docker/docs.git
synced 2026-03-27 14:28:47 +07:00
Merge pull request #23876 from dvdksn/ci-bump-cagent-version
ci bump cagent version
This commit is contained in:
8
.github/workflows/agent.yml
vendored
8
.github/workflows/agent.yml
vendored
@@ -33,14 +33,18 @@ jobs:
|
||||
- name: Run agent
|
||||
uses: docker/cagent-action@v1.0.3
|
||||
with:
|
||||
cagent-version: v1.15.5
|
||||
agent: ./agent.yml
|
||||
yolo: true
|
||||
prompt: |
|
||||
Work on GitHub issue: ${{ github.event.issue.html_url }}
|
||||
|
||||
Fetch the issue, analyze what documentation changes are needed, and implement them following your standard workflow.
|
||||
Fetch the issue, analyze what documentation changes are needed, and
|
||||
implement them following your standard workflow.
|
||||
|
||||
If you identify any upstream coordination issues (broken links from vendored content, missing CLI flags, etc.), document them in .upstream-issues.md as specified in your instructions.
|
||||
If you identify any upstream coordination issues (broken links from
|
||||
vendored content, missing CLI flags, etc.), document them in
|
||||
.upstream-issues.md as specified in your instructions.
|
||||
env:
|
||||
ANTHROPIC_API_KEY: ${{ secrets.ANTHROPIC_API_KEY }}
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
Reference in New Issue
Block a user