⚠️ Under Development — This feature is planned for Phase 4. This page will be updated as the feature progresses.


Overview

The Workflow Templates feature allows you to browse, apply, and customise GitHub Actions workflow templates across your repositories, all from within SoloDevBoard. Rather than manually copying YAML files between repositories, you can manage templates centrally and push them where needed.

Key goals of Workflow Templates:

  • Provide a library of reusable GitHub Actions workflow templates suited to common .NET development patterns.
  • Allow templates to be parameterised and customised per repository before being applied.
  • Track which repositories have a given template applied and whether they are up to date.

How to Use

Coming soon — this section will describe the Workflow Templates interface once the feature is complete.

Planned interactions include:

  • Browsing the built-in template library (e.g. CI, CD, release, dependabot).
  • Selecting a template and customising its parameters for a target repository.
  • Applying a template to one or more repositories.
  • Viewing which repositories already have a template applied and whether it differs from the canonical version.
  • Updating an out-of-date workflow file across multiple repositories.

Configuration

Coming soon — this section will describe configuration options for Workflow Templates.

Planned configuration options include:

  • Defining custom template repositories to supplement the built-in library.
  • Configuring default parameter values for templates (e.g. default .NET version, default branch name).

This site uses Just the Docs, a documentation theme for Jekyll.