mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-20 04:14:59 +00:00
style: Fix formatting in issue comment
This commit is contained in:
parent
0101ae76d1
commit
eff9325f2b
1 changed files with 1 additions and 1 deletions
|
@ -87,7 +87,7 @@ def comment_and_close_duplicate(issue, oldest_issue):
|
|||
)
|
||||
close_url = f"{GITHUB_API_URL}/repos/{REPO_OWNER}/{REPO_NAME}/issues/{issue['number']}"
|
||||
|
||||
comment_body = DUPLICATE_COMMENT.format(oldest_issue_number=oldest_issue['number'])
|
||||
comment_body = DUPLICATE_COMMENT.format(oldest_issue_number=oldest_issue["number"])
|
||||
|
||||
# Post comment
|
||||
response = requests.post(comment_url, headers=headers, json={"body": comment_body})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue