Production sync - 2025-09-05

This commit is contained in:
2025-09-05 00:10:04 +00:00
parent 51f9ff56c1
commit 0949fc0919
4 changed files with 7 additions and 5 deletions

View File

@@ -27,7 +27,7 @@ pr_creation:
gitea:
url: "https://git.salmutt.dev"
repo: "sal/srx-config"
repo: "netops/srx-config"
token: "${GITEA_TOKEN}"
branch: "main"
labels: ["ai-generated", "auto-config", "pending-review"]

View File

@@ -207,6 +207,7 @@ def create_pr():
result = subprocess.run(
["python3", str(create_pr_script)],
input="y\n",
capture_output=True,
text=True
)
@@ -274,7 +275,7 @@ def main():
parser.add_argument(
'--timeout',
type=int,
default=60,
default=120,
help='Timeout waiting for AI response (default: 60s)'
)