This commit is contained in:
Paul Gauthier 2024-11-28 15:52:40 -08:00
parent 6af71951af
commit 7b34d9e4f4

View file

@ -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 = (