File tree Expand file tree Collapse file tree 2 files changed +2
-8
lines changed Expand file tree Collapse file tree 2 files changed +2
-8
lines changed Original file line number Diff line number Diff line change 2626 return
2727 }
2828
29- const isOwner = pr.author_association === 'OWNER'
30- if (isOwner) {
31- core.info('PR author is an OWNER')
32- return
33- }
34-
35- core.setFailed('Pull Request must either have label approved-for-integ-test or be created by an owner')
29+ core.setFailed('Pull Request must either have label approved-for-integ-test')
3630 - name : Configure Credentials
3731 uses : aws-actions/configure-aws-credentials@v4
3832 with :
Original file line number Diff line number Diff line change 77
88@pytest .fixture
99def model ():
10- return LiteLLMModel (model_id = "bedrock/anthropic.claude-3-7-sonnet-20250219-v1:0" )
10+ return LiteLLMModel (model_id = "bedrock/us. anthropic.claude-3-7-sonnet-20250219-v1:0" )
1111
1212
1313@pytest .fixture
You can’t perform that action at this time.
0 commit comments