Conversation
a0d606a to
e0cd63b
Compare
e0cd63b to
6a50bc9
Compare
cswatt
approved these changes
Mar 4, 2026
Adds a temporary workflow that fires on PRs against master and calls dispatch-release.yml with dry-run=true and a small fixed package list (fluentbit, argo_rollouts, aqua) so we can validate the pipeline end-to-end without pushing tags or starting real builds. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
a42f843 to
c417378
Compare
This reverts commit c417378.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
- Rename trigger-release.yml → release-trigger.yml - Update comment reference from dispatch-release.yml → release-dispatch.yml - Update uses: reference to integrations-core's release-dispatch.yml@master Rationale: align with the release-* naming convention used in integrations-core This commit made by [/dd:git:commit:quick](https://github.com/DataDog/claude-marketplace/tree/main/dd/commands/git/commit/quick.md)
iliakur
approved these changes
Mar 20, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What does this PR do?
Adds a release trigger workflow for the new wheel publishing pipeline.
The workflow is triggered on all pushes to
master.Releases are gated based on the outcome of
ddev release tag all --skip-prerelease.If new tags are created, then the corresponding integrations are collected and one or more release workflows are dispatched.
Motivation
Review checklist
no-changeloglabel attachedAdditional Notes
Anything else we should know when reviewing?