mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-20 12:24:59 +00:00
copy
This commit is contained in:
parent
6af71951af
commit
7b34d9e4f4
1 changed files with 3 additions and 1 deletions
|
@ -22,7 +22,9 @@ def has_been_reopened(issue_number):
|
||||||
# Load environment variables from .env file
|
# Load environment variables from .env file
|
||||||
load_dotenv()
|
load_dotenv()
|
||||||
|
|
||||||
BOT_SUFFIX = """Note: A [bot script](https://github.com/Aider-AI/aider/blob/main/scripts/issues.py) made these updates to the issue.
|
BOT_SUFFIX = """
|
||||||
|
|
||||||
|
Note: [A bot script](https://github.com/Aider-AI/aider/blob/main/scripts/issues.py) made these updates to the issue.
|
||||||
""" # noqa
|
""" # noqa
|
||||||
|
|
||||||
DUPLICATE_COMMENT = (
|
DUPLICATE_COMMENT = (
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue