diff --git a/.github/workflows/claude.yml b/.github/workflows/claude.yml index 6678688..d471ad2 100644 --- a/.github/workflows/claude.yml +++ b/.github/workflows/claude.yml @@ -115,7 +115,7 @@ jobs: } claude_args: | --max-turns 50 - --allowedTools "Skill,Edit,MultiEdit,Write,Read,Glob,Grep,LS,Bash(upgrade-provider *),Bash(./scripts/upstream.sh *),Bash(git *),Bash(GIT_EDITOR=* git *),Bash(make *),Bash(gh *),Bash(mkdir *),Bash(go install *),Bash(ls *),Bash(test *),Bash(cat *),Bash(pwd),Bash(head *),Bash(tail *),Bash(tee *),Bash(rg *),Bash(grep *),Bash(sed *),Bash(awk *),Bash(find *)" + --allowedTools "Skill,Edit,MultiEdit,Write,Read,Glob,Grep,LS,Bash(upgrade-provider *),Bash(./scripts/upstream.sh *),Bash(git *),Bash(GIT_EDITOR=* git *),Bash(make *),Bash(gh *),Bash(mkdir *),Bash(go install *),Bash(go mod tidy *),Bash(ls *),Bash(test *),Bash(cat *),Bash(pwd),Bash(head *),Bash(tail *),Bash(tee *),Bash(rg *),Bash(grep *),Bash(sed *),Bash(awk *),Bash(find *)" # If the claude action fails you don't get any logs on what claude was doing # Uploading the artifact allows you to download the artifact from the UI - name: Upload Claude review output on failure diff --git a/.github/workflows/weekly-pulumi-update.yml b/.github/workflows/weekly-pulumi-update.yml index 3573f18..5452774 100644 --- a/.github/workflows/weekly-pulumi-update.yml +++ b/.github/workflows/weekly-pulumi-update.yml @@ -109,9 +109,7 @@ jobs: msg="Automated upgrade: bump pulumi/pulumi to ${ver}" - # See https://github.com/cli/cli/issues/6485#issuecomment-2560935183 for --head workaround - - gh pr create -t "$msg" -b "$msg" --head "$(git branch --show-current)" + gh pr create -t "$msg" -b "$msg" env: GITHUB_TOKEN: ${{ steps.esc-secrets.outputs.PULUMI_BOT_TOKEN }} name: weekly-pulumi-update