diff --git a/.github/workflows/classic-frontend-ci.yml b/.github/workflows/classic-frontend-ci.yml index 13d518db57..ebd9d92e3e 100644 --- a/.github/workflows/classic-frontend-ci.yml +++ b/.github/workflows/classic-frontend-ci.yml @@ -49,7 +49,7 @@ jobs: - name: Create PR ${{ env.BUILD_BRANCH }} -> ${{ github.ref_name }} if: github.event_name == 'push' - uses: peter-evans/create-pull-request@v7 + uses: peter-evans/create-pull-request@v8 with: add-paths: classic/frontend/build/web base: ${{ github.ref_name }} diff --git a/.github/workflows/claude-dependabot.yml b/.github/workflows/claude-dependabot.yml index ff6935dc2d..6fb052e8f3 100644 --- a/.github/workflows/claude-dependabot.yml +++ b/.github/workflows/claude-dependabot.yml @@ -309,6 +309,7 @@ jobs: uses: anthropics/claude-code-action@v1 with: claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }} + allowed_bots: "dependabot[bot]" claude_args: | --allowedTools "Bash(npm:*),Bash(pnpm:*),Bash(poetry:*),Bash(git:*),Edit,Replace,NotebookEditCell,mcp__github_inline_comment__create_inline_comment,Bash(gh pr comment:*), Bash(gh pr diff:*), Bash(gh pr view:*)" prompt: |