File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -867,7 +867,7 @@ def extract_issue_number_from_branch(branch_name: str) -> Optional[int]:
867867 except ValueError :
868868 debug_log (f"Failed to convert extracted issue number '{ match .group (1 )} ' from copilot or claude branch to int" )
869869 pass
870-
870+
871871 return None
872872
873873
Original file line number Diff line number Diff line change 3838 'CONTRAST_AUTHORIZATION_KEY' : 'test-auth-key' ,
3939 'CONTRAST_API_KEY' : 'test-api-key' ,
4040 'GITHUB_WORKSPACE' : '/tmp' ,
41- 'RUN_TASK' : 'generate_fix ' ,
41+ 'RUN_TASK' : 'closed ' ,
4242 'BUILD_COMMAND' : 'echo "Test build command"' ,
4343 'GITHUB_EVENT_PATH' : '/tmp/github_event.json' ,
4444 'REPO_ROOT' : '/tmp/test_repo' ,
Original file line number Diff line number Diff line change 3838 'CONTRAST_AUTHORIZATION_KEY' : 'test-auth-key' ,
3939 'CONTRAST_API_KEY' : 'test-api-key' ,
4040 'GITHUB_WORKSPACE' : '/tmp' ,
41- 'RUN_TASK' : 'generate_fix ' ,
41+ 'RUN_TASK' : 'merge ' ,
4242 'BUILD_COMMAND' : 'echo "Test build command"' ,
4343 'GITHUB_EVENT_PATH' : '/tmp/github_event.json' ,
4444 'REPO_ROOT' : '/tmp/test_repo' ,
You can’t perform that action at this time.
0 commit comments