https://github.com/open-telemetry/shared-workflows
https://github.com/open-telemetry/shared-workflows
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/open-telemetry/shared-workflows
- Owner: open-telemetry
- License: apache-2.0
- Created: 2026-06-24T18:28:44.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2026-06-30T17:26:53.000Z (about 1 month ago)
- Last Synced: 2026-06-30T17:28:19.559Z (about 1 month ago)
- Homepage: https://opentelemetry.io
- Size: 1.71 MB
- Stars: 2
- Watchers: 0
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# OpenTelemetry Shared Workflows
This repository contains reusable GitHub Actions components shared across multiple OpenTelemetry repositories.
See [`CONTRIBUTING.md`](./CONTRIBUTING.md) for how to propose a new shared workflow or use an existing one.
## Workflows
| Name | Description | How to use |
| ---- | ----------- | ---------- |
| [Pull Request Dashboard](./pull-request-dashboard/) | Centrally-executed workflow that builds a per-repository pull request triage dashboard (issue body, status, Slack notifications) for opted-in repositories. | Add your repository to [`repositories.json`](./.github/scripts/pull-request-dashboard/repositories.json) and follow the setup in the [workflow's README](./pull-request-dashboard/README.md). |
| [Zizmor](./zizmor/) | Static analysis of GitHub Actions workflows for security issues using [zizmor](https://github.com/zizmorcore/zizmor). | Call via `uses:` from your repo's workflow. See the [Zizmor README](./zizmor/README.md) for the snippet. |
## Maintainers
- [Adriel Perkins](https://github.com/adrielp), Grainger
- [Marylia Gutierrez](https://github.com/maryliag), Grafana Labs
- [Pablo Baeyens](https://github.com/mx-psi), Datadog
- [Trask Stalnaker](https://github.com/trask), Microsoft
For more information about the maintainer role, see the [community repository](https://github.com/open-telemetry/community/blob/main/guides/contributor/membership.md#maintainer).