Yet Another Delicious GitHub Actions monorepo for Restack.
Updates Kubernetes manifests with new container images. Supports direct commits and Pull Requests.
Interact with a local LLM to analyze or modify repository files. Supports JSON-based file actions or unified diff patches, with options to commit changes directly or create Pull Requests. Features include GitHub App authentication, issue/PR context injection, and automatic comment posting.
This project uses pnpm for dependency management and just for running tasks.
- Node.js (v20+)
- pnpm
- just
# Install dependencies
just install
# Build all packages
just build
# Run tests
just test
# Lint code
just lint
# Run pre-commit checks manually
just check-hooksactions/: GitHub Actions source code.packages/: Shared libraries and utilities.