We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4d7a0eb + 55400cc commit 33f41efCopy full SHA for 33f41ef
.github/workflows/PR-Agent.yaml
@@ -23,7 +23,7 @@ jobs:
23
steps:
24
- name: PR Agent action step
25
id: pragent
26
- uses: qodo-ai/pr-agent@v0.28
+ uses: qodo-ai/pr-agent@v0.29
27
env:
28
OPENAI_KEY: ${{ secrets.OPENAI_PROXY_KEY }}
29
OPENAI_API_BASE: 'https://llm-proxy.trap.jp'
.github/workflows/auto-merge.yaml
@@ -16,7 +16,7 @@ jobs:
16
17
- name: Dependabot metadata
18
id: metadata
19
- uses: dependabot/fetch-metadata@v2.3.0
+ uses: dependabot/fetch-metadata@v2.4.0
20
with:
21
github-token: '${{ secrets.GITHUB_TOKEN }}'
22
- name: Approve a PR
0 commit comments