move goose issue solver to opus (#6233)

This commit is contained in:
tlongwell-block
2025-12-22 11:19:09 -05:00
committed by GitHub
parent 7134e89c4b
commit 2822681b11
2 changed files with 14 additions and 5 deletions
+1 -1
View File
@@ -162,7 +162,7 @@ jobs:
if: |
github.event.issue.pull_request &&
startsWith(github.event.comment.body, '/goose') &&
contains(fromJSON('["OWNER", "MEMBER"]'), github.event.comment.author_association)
contains(fromJSON('["OWNER", "MEMBER", "COLLABORATOR"]'), github.event.comment.author_association)
runs-on: ubuntu-latest
timeout-minutes: 15