mirror of
https://github.com/Shubhamsaboo/awesome-llm-apps.git
synced 2026-07-17 08:22:34 -05:00
[PR #266] [CLOSED] feat: add proactive automation infrastructure #15067
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/Shubhamsaboo/awesome-llm-apps/pull/266
Author: @krljakob
Created: 7/2/2025
Status: ❌ Closed
Base:
main← Head:feat/automation-infrastructure📝 Commits (1)
be4c064feat: add proactive automation infrastructure📊 Changes
8 files changed (+1520 additions, -0 deletions)
View changed files
➕
.github/workflows/dependency-audit.yml(+219 -0)➕
.github/workflows/documentation-lint.yml(+220 -0)➕
.github/workflows/quality-gates.yml(+288 -0)➕
.pre-commit-config.yaml(+105 -0)➕
scripts/pre_commit_dependency_validator.py(+153 -0)➕
scripts/pre_commit_doc_validator.py(+189 -0)➕
scripts/pre_commit_sensitive_check.py(+194 -0)➕
scripts/setup_automation.sh(+152 -0)📄 Description
Prevents regression and maintains code quality automatically
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.