Custom GitHub Actions

Reusable composite GitHub Actions for common CI/CD tasks.

Available Actions

Action Description
Pre-build Dev Container Build and push a Dev Container image to GHCR, with optional SemVer alias tags and a prebuild/devcontainer.json.
Add Issues to Project Sync issues to a GitHub Project V2 board with duplicate detection.
Version and Release Bump versions in Python/R packages, create versioned git tags, and publish a GitHub Release.
Publish Quarto Site Render and publish a Quarto website to gh-pages, creating the branch automatically if needed.

Usage

Reference any action directly in a workflow — no cloning required:

uses: MiguelRodo/actions/<action-folder-name>@v2

Releasing

This repository manages its own versions with an automated workflow. Push a vX.Y.Z tag or run Actions → Publish Release and Bump Floating Tags manually to create a release and update floating major/minor tags.