Compare commits
No commits in common. "91861fd38e05ab4a7cb5662a9263ac1393a022f0" and "5a899c05fb57961253d67c69f7832dd443ccf3d0" have entirely different histories.
91861fd38e
...
5a899c05fb
|
@ -166,7 +166,7 @@ def main():
|
|||
logger.exception('Error processing issue')
|
||||
sys.exit(1)
|
||||
|
||||
body = f"This pull request resolves {issue.get('html_url', 'unknown')}"
|
||||
body = f"Automatically generated pull request for issue: {issue.get('html_url', 'unknown')}"
|
||||
try:
|
||||
pr = client.create_pull_request(args.owner, args.repo, f"[Issue {issue_number}] {title}", branch_name, args.base_branch, body)
|
||||
logger.info(f"Created pull request: {pr.get('html_url', 'unknown')} for issue {issue_number}.")
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
import secret_loader
|
||||
|
||||
SECRETS = secret_loader.SecretLoader()
|
||||
|
||||
import secret_loader
|
||||
|
||||
def llm_api_key():
|
||||
return SECRETS.load_or_fail('LLM_API_KEY')
|
||||
|
||||
|
|
BIN
test/__pycache__/test_init.cpython-313-pytest-8.3.5.pyc
Normal file
BIN
test/__pycache__/test_init.cpython-313-pytest-8.3.5.pyc
Normal file
Binary file not shown.
|
@ -1,5 +1,4 @@
|
|||
|
||||
def test_init():
|
||||
import aider_gitea #noqa: F401
|
||||
import aider_gitea.secrets #noqa: F401
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user