Skip to content

labrats-work/.github

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

labrats-work/.github

Organization-wide GitHub configuration for labrats-work, including the org profile, reusable workflow templates, and shared GitHub configuration.

Purpose

This repository serves three roles:

  1. Organization Profileprofile/README.md is displayed on the labrats-work GitHub organization page.
  2. Workflow Templatesworkflow-templates/ provides starter workflows available to all repositories in the organization.
  3. Org-Wide GitHub Config.github/ holds workflows and settings that apply at the organization level.

Quick Start

Using a Workflow Template

  1. In any repository under labrats-work, go to Actions → New workflow.
  2. Workflow templates defined in this repo appear under the organization section.
  3. Select a template and follow the setup instructions in the generated workflow file.

Contributing a New Workflow Template

  1. Add the workflow YAML to workflow-templates/<name>.yml.
  2. Add a corresponding workflow-templates/<name>.properties.json with name, description, iconName, and categories.
  3. Open a PR — the template becomes available org-wide once merged to main.

Structure

.github/
  workflows/          # Org-level GitHub Actions workflows
profile/
  README.md           # Organization profile shown on GitHub
workflow-templates/
  *.yml               # Reusable workflow templates for the org
  *.properties.json   # Metadata for each workflow template
docs/
  workflow-templates.md   # Guide for workflow templates
  ai-agents.md            # Overview of the org AI agent system

Related

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors