|
18 | 18 | Bash(git log),Bash(git log *),Bash(git diff),Bash(git diff *),Bash(git status),Bash(git show *), |
19 | 19 | Bash(git checkout *),Bash(git add *),Bash(git commit *),Bash(git push -u *), |
20 | 20 | Bash(git branch),Bash(git branch *),Bash(git rev-parse *),Bash(git fetch),Bash(git fetch *), |
21 | | - Bash(gh issue *),Bash(gh pr *),Bash(gh label *), |
22 | | - Bash(agent-device *),Bash(xcrun simctl list),Bash(xcrun simctl list *),Bash(xcrun simctl get_app_container *),Bash(xcrun simctl install *),Bash(xcrun simctl launch *),Bash(xcrun simctl boot *),Bash(sips *), |
23 | | - Bash(curl -s http://localhost:*), |
| 21 | + Bash(gh issue *),Bash(gh pr *),Bash(gh label *),Bash(GH_TOKEN=* gh pr *), |
| 22 | + Bash(agent-device *),Bash(xcrun simctl list),Bash(xcrun simctl list *),Bash(xcrun simctl get_app_container *),Bash(xcrun simctl install *),Bash(xcrun simctl launch *),Bash(xcrun simctl boot *),Bash(sips *),Bash(xcodebuild *), |
| 23 | + Bash(curl http://localhost:*),Bash(curl -s http://localhost:*),Bash(curl -sS http://localhost:*), |
24 | 24 | Bash(grep *),Bash(find *),Bash(ls),Bash(ls *),Bash(mkdir *),Bash(rm *), |
25 | 25 | Bash(kill *),Bash(lsof),Bash(lsof *),Bash(nohup *),Bash(sleep *), |
26 | 26 | Bash(head *),Bash(tail *),Bash(wc *),Bash(sort *),Bash(uniq *), |
|
45 | 45 | github.event.comment.author_association == 'COLLABORATOR' |
46 | 46 | ) |
47 | 47 | ) |
48 | | - timeout-minutes: 60 |
49 | 48 | steps: |
50 | 49 | - name: Checkout |
51 | 50 | uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 |
|
71 | 70 | uses: anthropics/claude-code-action@bf4f0de6fccd1eea7044a5f903fc928aff363134 # v1 |
72 | 71 | env: |
73 | 72 | ANTHROPIC_BASE_URL: https://proxy.shopify.ai/vendors/anthropic |
| 73 | + AGENT_PR_TOKEN: ${{ secrets.SHOPIFY_GH_ACCESS_TOKEN }} |
74 | 74 | with: |
75 | 75 | anthropic_api_key: ${{ secrets.AI_PROXY_TOKEN }} |
76 | 76 | github_token: ${{ secrets.GITHUB_TOKEN }} |
|
0 commit comments