Skip to content

Commit 367c395

Browse files
RD-1173: Update directives v2 (#113)
1 parent 50b8914 commit 367c395

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/autoprv2.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ permissions:
1616
id-token: write
1717
contents: write # allow the action to push code & open the PR
1818
pull-requests: write # allow the action to create and update PRs
19+
issues: write
1920
actions: read
2021

2122
jobs:
@@ -77,7 +78,10 @@ jobs:
7778
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
7879
with:
7980
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}
80-
claude_args: "--allowedTools Read,Edit,Grep,Glob"
81+
additional_permissions: |
82+
actions: read
83+
claude_args: |
84+
--allowedTools "Read,Edit,Grep,Glob, Bash(swiftlint) Bash(xcrun xcodebuild test -scheme MapTilerSDK -destination 'platform=iOS Simulator,name=iPhone 16')"
8185
prompt: |
8286
Implement ticket ${{ env.ISSUE_KEY }}: ${{ env.TITLE }}. ${{ env.DESC }}
8387
- name: Agent commit

0 commit comments

Comments
 (0)