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 26
26
return
27
27
}
28
28
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')
36
30
- name : Configure Credentials
37
31
uses : aws-actions/configure-aws-credentials@v4
38
32
with :
Original file line number Diff line number Diff line change 7
7
8
8
@pytest .fixture
9
9
def 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" )
11
11
12
12
13
13
@pytest .fixture
You can’t perform that action at this time.
0 commit comments