Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

7 Commits
Β 
Β 
Β 
Β 

Repository files navigation

Pro-Plugg Organization Configuration

Centralized GitHub organization configuration for Pro-Plugg, including shared reusable workflows.

πŸ“‹ Reusable Workflows

This repository provides reusable workflows for all repositories in the Pro-Plugg organization:

ci.yml - Continuous Integration

  • Purpose: Lint, typecheck, build validation
  • Trigger: PR and push to main
  • Usage: Reference in any Node.js repository
  • Requirements: pnpm, Node 22+

security-baseline.yml - Security Baseline

  • Purpose: Security scanning and validation
  • Trigger: PR and push to main
  • Usage: Reference in any repository
  • Scope: SAST, dependency checks

sync-all-members-team.yml - Organization Members Sync

  • Purpose: Keep team membership in sync
  • Trigger: Scheduled (cron)
  • Usage: Governance repositories only
  • Scope: Pro-Plugg organization teams

πŸš€ Using Reusable Workflows

To use a centralized workflow in your repository:

name: CI

on:
  pull_request:
    branches: [main]
  push:
    branches: [main]

jobs:
  validate:
    uses: Pro-Plugg/.github/.github/workflows/ci.yml@main

πŸ“ Workflow Policy

  • ReutilizΓ‘vel: Workflows shared across multiple repositories go in this .github repo
  • EspecΓ­fico: Product-specific, service-specific workflows stay in their own repository
  • Novo: When adding a new reusable workflow, follow the pattern and document here

πŸ—οΈ Examples of Specific Workflows (NOT here)

  • Blog publishing workflows β†’ proplugg-blog-ops (product-specific)
  • Deploy SWA workflow β†’ proplugg-platform-monorepo (infrastructure-specific)
  • Blog API trigger β†’ proplugg-platform-monorepo (product-specific)

πŸ“ž Governance

Owner: platform-team
Reviews: PRs to add/modify workflows
Cadence: Review quarterly, update as needed


Last Updated: 2026-07-24
Status: βœ… Active - A3 Phase 1 (Centralized Governance)

About

Pro-Plugg centralized organization workflows and configuration

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors