datadog/Datadog Deployment Gate
Evaluate a Datadog deployment gate to ensure deployment quality
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Jun 17, 2026
- License
- Apache 2.0
Pinned Snippet
uses: datadog/deployment-gate-github-action@80d3e2c74f3f102d752d6bd1a1f58bbbe6c1857e # v2.1.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| service | Name of the service being deployed | yes | — |
| env | Deployment environment (e.g., staging, production) | yes | — |
| version | Version being deployed (required for gates with APM Faulty Deployment Detection rules) | no | — |
| identifier | Custom identifier for the deployment gate evaluation (defaults to "default") | no | — |
| apm-primary-tag | Primary tag to scope down APM Faulty Deployment Detection rules analysis (e.g., region:us-central-1) | no | — |
| fail-on-error | Fail the command if timeout is reached or unexpected errors occur calling the Datadog APIs. | no | false |
| timeout | Command timeout in seconds | no | — |
| config | Path to a file containing gate rule definitions. | no | — |
| datadog-ci-version | Version of datadog-ci to install. Use a major version like `v5` to get the latest release within that major version, or a specific tag like `v5.6.0` to pin. | no | v5 |
Outputs
no outputs