> ## Documentation Index
> Fetch the complete documentation index at: https://docs.livepeer.org/llms.txt
> Use this file to discover all available pages before exploring further.

# Workflows Catalog

> Aggregate catalog of repository GitHub workflows

<Note>
  **Generation Script**: This file is generated from script(s): `operations/scripts/generators/governance/catalogs/generate-docs-guide-indexes.js`. <br />
  **Purpose**: Workflow inventory for docs-guide maintenance. <br />
  **Run when**: GitHub workflows are added, removed, or changed. <br />
  **Important**: Do not manually edit this file; run `node operations/scripts/generators/governance/catalogs/generate-docs-guide-indexes.js --write`. <br />
</Note>

| Workflow                            | File                                                               | Triggers                                          | Purpose                             | Blocking Policy                                    | Outputs              | Owner |
| ----------------------------------- | ------------------------------------------------------------------ | ------------------------------------------------- | ----------------------------------- | -------------------------------------------------- | -------------------- | ----- |
| Brand Pipeline                      | `.github/workflows/dispatch-brand.yml`                             | pull\_request, schedule, workflow\_dispatch       | Brand Pipeline                      | blocking by default (subject to branch protection) | PR comments/metadata | docs  |
| Copy Pipeline                       | `.github/workflows/dispatch-copy.yml`                              | pull\_request, schedule, workflow\_dispatch       | Copy Pipeline                       | blocking by default (subject to branch protection) | PR comments/metadata | docs  |
| Discoverability Pipeline            | `.github/workflows/dispatch-discoverability.yml`                   | pull\_request, push, schedule, workflow\_dispatch | Discoverability Pipeline            | blocking by default (subject to branch protection) | PR comments/metadata | docs  |
| Governance Pipeline                 | `.github/workflows/dispatch-governance.yml`                        | pull\_request, push, schedule, workflow\_dispatch | Governance Pipeline                 | blocking by default (subject to branch protection) | PR comments/metadata | docs  |
| Health Pipeline                     | `.github/workflows/dispatch-health.yml`                            | pull\_request, schedule, workflow\_dispatch       | Health Pipeline                     | blocking by default (subject to branch protection) | PR comments/metadata | docs  |
| Maintenance Pipeline                | `.github/workflows/dispatch-maintenance.yml`                       | pull\_request, push, schedule, workflow\_dispatch | Maintenance Pipeline                | blocking by default (subject to branch protection) | PR comments/metadata | docs  |
| Auto Assign Docs Reviewers          | `.github/workflows/interface-governance-assign-reviewers.yml`      | pull\_request                                     | Auto Assign Docs Reviewers          | blocking by default (subject to branch protection) | PR comments/metadata | docs  |
| Close Linked Issues (docs-v2 Merge) | `.github/workflows/interface-governance-close-linked-issues.yml`   | pull\_request                                     | Close Linked Issues (docs-v2 Merge) | blocking by default (subject to branch protection) | workflow logs        | docs  |
| Docs v2 Issue Indexer               | `.github/workflows/interface-governance-index-issues.yml`          | schedule, workflow\_dispatch                      | Docs v2 Issue Indexer               | blocking by default (subject to branch protection) | workflow logs        | docs  |
| Discord Issue Intake                | `.github/workflows/interface-governance-intake-discord-issues.yml` | repository\_dispatch                              | Discord Issue Intake                | blocking by default (subject to branch protection) | workflow logs        | docs  |
| Issue Auto Label                    | `.github/workflows/interface-governance-label-issues.yml`          | pull\_request                                     | Issue Auto Label                    | blocking by default (subject to branch protection) | workflow logs        | docs  |
| Secret Scan                         | `.github/workflows/interface-governance-secret-scan.yml`           | pull\_request, push                               | Secret Scan                         | blocking by default (subject to branch protection) | workflow logs        | docs  |
