Organization-wide GitHub configuration for labrats-work, including the org profile, reusable workflow templates, and shared GitHub configuration.
This repository serves three roles:
- Organization Profile —
profile/README.mdis displayed on the labrats-work GitHub organization page. - Workflow Templates —
workflow-templates/provides starter workflows available to all repositories in the organization. - Org-Wide GitHub Config —
.github/holds workflows and settings that apply at the organization level.
- In any repository under
labrats-work, go to Actions → New workflow. - Workflow templates defined in this repo appear under the organization section.
- Select a template and follow the setup instructions in the generated workflow file.
- Add the workflow YAML to
workflow-templates/<name>.yml. - Add a corresponding
workflow-templates/<name>.properties.jsonwithname,description,iconName, andcategories. - Open a PR — the template becomes available org-wide once merged to
main.
.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
- labrats-work org profile
- actions.common — Reusable GitHub Actions
- apps.github-ai-agents — AI agent service