Ross ROSS = Recommend OSS · open-source software intelligence for agents

peter-evans/repository-dispatch

A GitHub action to create a repository dispatch event observed · 2026-09-03

github.com/peter-evans/repository-dispatch · TypeScript · MIT (permissive) observed · 2026-09-03

Health v2 · maintenance only

80/100

  • Activity 100
  • Release rhythm 44
  • Longevity 100
How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.

  • gap_med: 43
  • age_days: 2491
  • days_rel: 292
  • days_push: 0
  • n_releases_24m: 2

Full methodology

Adoption not part of the score

1207 stars · 155 forks observed · 2026-09-03

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

A GitHub Action that creates repository dispatch events via the GitHub API, triggering other workflows in the same or a remote repository. It supports custom event types and JSON client payloads, using GITHUB_TOKEN or a PAT for authentication.

Use cases

  • trigger a downstream workflow from another GitHub Actions workflow
  • dispatch a custom event to a remote repository using a PAT
  • chain workflows together with custom webhook event types
  • pass a JSON payload to a triggered workflow
  • kick off deployment workflows from CI pipelines

When to choose

  • you need to trigger one GitHub Actions workflow from another
  • you want to send repository dispatch events to a different repository
  • you need custom event types with client payloads for workflow orchestration

When to avoid

  • you need cross-repository workflow triggers without PAT management (consider workflow_dispatch or GitHub App tokens)
  • you are not using GitHub Actions
  • you need general-purpose webhook delivery outside GitHub

Facets

plugin · maturity active

webhook ci-cd developer-tools workflow-automation developer-tools cloud github-action repository-dispatch github-api workflow-trigger devops automation web-server

1 source

Member repositories

RepositoryRoleHealth v2
peter-evans/repository-dispatchmain80

For agents

markdown · JSON · MCP: product_card(name="peter-evans/repository-dispatch")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem