DevantlerTech GitHub Actions

May 1, 2026 ยท View on GitHub

Note

For reusable workflows, see devantler-tech/reusable-workflows.

Composite actions for CI/CD pipelines across DevantlerTech projects.

---
title: GitHub Actions Relationship Diagram
---
flowchart TD
  A[Workflows] --> B[Jobs]
  B --> C([Reusable Workflows])
  B --> D[Steps]
  C --> D
  C --> B
  D --> E[***Actions***]
  E -.- F([***Composite Actions***])
  F --> D
  E -.- G([***JavaScript Actions***])
  E -.- H([***Docker Container Actions***])

Actions

ActionDescription
aggregate-job-checksAggregate multiple job results into a single required check
approve-prApprove a PR using a GitHub App identity
cleanup-ghcr-packagesClean up old GHCR packages
create-issues-from-todosCreate GitHub issues from TODO comments
enable-auto-merge-on-prEnable auto-merge on a pull request
login-to-ghcrLogin to GitHub Container Registry
run-dotnet-testsTest .NET solution or project with coverage
setup-copilot-skillsInstall agent skills via gh skill from a newline list of <owner/repo> <skill>[@pin] entries
setup-go-toolchainSetup Go with optional private module support
setup-ksail-cliInstall KSail CLI via Homebrew
sync-github-labelsSync GitHub labels from a configuration file
update-copilot-skillsRun gh skill update --all against installed skills and report changes
upsert-issueCreate, update, reopen, or close a GitHub issue by title

Contributing

See CONTRIBUTING.md for conventions and guidelines.