🤖 Repository layout updated to latest version

This commit was automatically generated by [a script](https://gitfub.space/Jmaa/repo-manager)
This commit is contained in:
Takunomi Automaticus, The 2nd 2025-04-15 09:58:59 +02:00
parent 401942c578
commit e28add600d
2 changed files with 2 additions and 4 deletions

View File

@ -4,12 +4,10 @@
#
# Aider Gitea
![Test program/library](https://gitfub.space/Jmaa/aider-gitea/actions/workflows/python-test.yml/badge.svg)
Aider Gitea.
A code automation tool that integrates Gitea with Aider to automatically solve issues.
This program monitors your [Gitea](https://about.gitea.com/) repository for issues with the 'aider' label.

View File

@ -81,7 +81,7 @@ The tool uses environment variables for sensitive information:
""".strip()
PACKAGE_DESCRIPTION_SHORT = """
Aider Gitea.""".strip()
A code automation tool that integrates Gitea with Aider to automatically solve issues.""".strip()
def parse_version_file(text: str) -> str: