WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

restack/actions

Repository files navigation

@restack/actions

Yet Another Delicious GitHub Actions monorepo for Restack.

Actions

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.

Development

This project uses pnpm for dependency management and just for running tasks.

Prerequisites

  • Node.js (v20+)
  • pnpm
  • just

Commands

# Install dependencies
just install

# Build all packages
just build

# Run tests
just test

# Lint code
just lint

# Run pre-commit checks manually
just check-hooks

Project Structure

  • actions/: GitHub Actions source code.
  • packages/: Shared libraries and utilities.