Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 14 additions & 14 deletions .github/workflows/agent-android-bot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,20 +22,20 @@ permissions:
env:
ALLOWED_TOOLS: >-
Read,Edit,Write,Glob,Grep,
Bash(yarn:install:*),Bash(yarn:build:*),Bash(yarn:test:*),Bash(yarn:type-check:*),Bash(yarn:lint:*),Bash(yarn:start:*),Bash(yarn:e2e:*),Bash(yarn:react-native:*),
Bash(git:log:*),Bash(git:diff:*),Bash(git:status:*),Bash(git:show:*),
Bash(git:checkout:*),Bash(git:add:*),Bash(git:commit:*),Bash(git:push -u:*),
Bash(git:branch:*),Bash(git:rev-parse:*),Bash(git:fetch:*),
Bash(gh:issue:*),Bash(gh:pr:*),Bash(gh:label:*),
Bash(agent-device:*),
Bash(adb:devices:*),Bash(adb:wait-for-device:*),Bash(adb:install:*),Bash(adb:reverse:*),
Bash(adb:shell getprop:*),Bash(adb:shell am:*),Bash(adb:shell pm:*),Bash(adb:shell screenrecord:*),
Bash(adb:pull:*),Bash(adb:shell kill:*),Bash(adb:shell pidof:*),
Bash(curl:-s http://localhost:*),
Bash(grep:*),Bash(find:*),Bash(ls:*),Bash(mkdir:*),Bash(rm:*),
Bash(kill:*),Bash(lsof:*),Bash(nohup:*),Bash(sleep:*),
Bash(head:*),Bash(tail:*),Bash(wc:*),Bash(sort:*),Bash(uniq:*),
Bash(md5sum:*),Bash(ffmpeg:*)
Bash(yarn install),Bash(yarn install *),Bash(yarn build),Bash(yarn build *),Bash(yarn test),Bash(yarn test *),Bash(yarn type-check),Bash(yarn lint),Bash(yarn start),Bash(yarn start *),Bash(yarn e2e:*),Bash(yarn react-native *),
Bash(git log),Bash(git log *),Bash(git diff),Bash(git diff *),Bash(git status),Bash(git show *),
Bash(git checkout *),Bash(git add *),Bash(git commit *),Bash(git push -u *),
Bash(git branch),Bash(git branch *),Bash(git rev-parse *),Bash(git fetch),Bash(git fetch *),
Bash(gh issue *),Bash(gh pr *),Bash(gh label *),
Bash(agent-device *),
Bash(adb devices),Bash(adb wait-for-device),Bash(adb install *),Bash(adb reverse *),
Bash(adb shell getprop *),Bash(adb shell am *),Bash(adb shell pm *),Bash(adb shell screenrecord *),
Bash(adb pull *),Bash(adb shell kill *),Bash(adb shell pidof *),
Bash(curl -s http://localhost:*),
Bash(grep *),Bash(find *),Bash(ls),Bash(ls *),Bash(mkdir *),Bash(rm *),
Bash(kill *),Bash(lsof),Bash(lsof *),Bash(nohup *),Bash(sleep *),
Bash(head *),Bash(tail *),Bash(wc *),Bash(sort *),Bash(uniq *),
Bash(md5sum *),Bash(ffmpeg *)

jobs:
bot:
Expand Down
22 changes: 11 additions & 11 deletions .github/workflows/agent-bot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,17 +22,17 @@ permissions:
env:
ALLOWED_TOOLS: >-
Read,Edit,Write,Glob,Grep,
Bash(yarn:install:*),Bash(yarn:build:*),Bash(yarn:test:*),Bash(yarn:type-check:*),Bash(yarn:lint:*),Bash(yarn:start:*),Bash(yarn:e2e:*),Bash(yarn:react-native:*),Bash(bundle:exec:*),
Bash(git:log:*),Bash(git:diff:*),Bash(git:status:*),Bash(git:show:*),
Bash(git:checkout:*),Bash(git:add:*),Bash(git:commit:*),Bash(git:push -u:*),
Bash(git:branch:*),Bash(git:rev-parse:*),Bash(git:fetch:*),
Bash(gh:issue:*),Bash(gh:pr:*),Bash(gh:label:*),
Bash(agent-device:*),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(curl:-s http://localhost:*),
Bash(grep:*),Bash(find:*),Bash(ls:*),Bash(mkdir:*),Bash(rm:*),
Bash(kill:*),Bash(lsof:*),Bash(nohup:*),Bash(sleep:*),
Bash(head:*),Bash(tail:*),Bash(wc:*),Bash(sort:*),Bash(uniq:*),
Bash(md5sum:*),Bash(ffmpeg:*)
Bash(yarn install),Bash(yarn install *),Bash(yarn build),Bash(yarn build *),Bash(yarn test),Bash(yarn test *),Bash(yarn type-check),Bash(yarn lint),Bash(yarn start),Bash(yarn start *),Bash(yarn e2e:*),Bash(yarn react-native *),Bash(bundle exec *),
Bash(git log),Bash(git log *),Bash(git diff),Bash(git diff *),Bash(git status),Bash(git show *),
Bash(git checkout *),Bash(git add *),Bash(git commit *),Bash(git push -u *),
Bash(git branch),Bash(git branch *),Bash(git rev-parse *),Bash(git fetch),Bash(git fetch *),
Bash(gh issue *),Bash(gh pr *),Bash(gh label *),
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(curl -s http://localhost:*),
Bash(grep *),Bash(find *),Bash(ls),Bash(ls *),Bash(mkdir *),Bash(rm *),
Bash(kill *),Bash(lsof),Bash(lsof *),Bash(nohup *),Bash(sleep *),
Bash(head *),Bash(tail *),Bash(wc *),Bash(sort *),Bash(uniq *),
Bash(md5sum *),Bash(ffmpeg *)

jobs:
bot:
Expand Down
22 changes: 11 additions & 11 deletions .github/workflows/agent-fix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,17 @@ permissions:
env:
ALLOWED_TOOLS: >-
Read,Edit,Write,Glob,Grep,
Bash(yarn:install:*),Bash(yarn:build:*),Bash(yarn:test:*),Bash(yarn:type-check:*),Bash(yarn:lint:*),Bash(yarn:start:*),Bash(yarn:e2e:*),Bash(yarn:react-native:*),Bash(bundle:exec:*),
Bash(git:log:*),Bash(git:diff:*),Bash(git:status:*),Bash(git:show:*),
Bash(git:checkout:*),Bash(git:add:*),Bash(git:commit:*),Bash(git:push -u:*),
Bash(git:branch:*),Bash(git:rev-parse:*),Bash(git:fetch:*),
Bash(gh:issue:*),Bash(gh:pr:*),Bash(gh:label:*),
Bash(agent-device:*),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(curl:-s http://localhost:*),
Bash(grep:*),Bash(find:*),Bash(ls:*),Bash(mkdir:*),Bash(rm:*),
Bash(kill:*),Bash(lsof:*),Bash(nohup:*),Bash(sleep:*),
Bash(head:*),Bash(tail:*),Bash(wc:*),Bash(sort:*),Bash(uniq:*),
Bash(md5sum:*),Bash(ffmpeg:*)
Bash(yarn install),Bash(yarn install *),Bash(yarn build),Bash(yarn build *),Bash(yarn test),Bash(yarn test *),Bash(yarn type-check),Bash(yarn lint),Bash(yarn start),Bash(yarn start *),Bash(yarn e2e:*),Bash(yarn react-native *),Bash(bundle exec *),
Bash(git log),Bash(git log *),Bash(git diff),Bash(git diff *),Bash(git status),Bash(git show *),
Bash(git checkout *),Bash(git add *),Bash(git commit *),Bash(git push -u *),
Bash(git branch),Bash(git branch *),Bash(git rev-parse *),Bash(git fetch),Bash(git fetch *),
Bash(gh issue *),Bash(gh pr *),Bash(gh label *),
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(curl -s http://localhost:*),
Bash(grep *),Bash(find *),Bash(ls),Bash(ls *),Bash(mkdir *),Bash(rm *),
Bash(kill *),Bash(lsof),Bash(lsof *),Bash(nohup *),Bash(sleep *),
Bash(head *),Bash(tail *),Bash(wc *),Bash(sort *),Bash(uniq *),
Bash(md5sum *),Bash(ffmpeg *)

jobs:
fix:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/agent-triage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ jobs:
github_token: ${{ secrets.GITHUB_TOKEN }}
claude_args: >-
--model claude-sonnet-4-6
--max-turns 10
--allowedTools "Read,Write,Glob,Grep,Bash(gh issue *),Bash(gh label *)"
--disallowedTools "Edit,MultiEdit"
prompt: |
You are running on CI (GitHub Actions).
Expand Down
Loading