Surface promote workflow run URL from CLI and PR#23563
Merged
Conversation
- `ddev dep promote` now prints a recent-runs URL filtered to workflow_dispatch events. - `dependency-wheel-promotion.yaml` sets a per-run `run-name` containing the PR number, attaches a `target_url` to the success/error commit statuses, and includes the run URL in the success comment so reviewers can jump straight to the run.
Contributor
|
This PR does not modify any files shipped with the agent. To help streamline the release process, please consider adding the |
Contributor
Validation ReportAll 20 validations passed. Show details
|
Codecov Report❌ Patch coverage is Additional details and impacted files🚀 New features to boost your workflow:
|
Contributor
🎉 All green!❄️ No new flaky tests detected 🎯 Code Coverage (details) 🔗 Commit SHA: aa9e832 | Docs | Datadog PR Page | Give us feedback! |
steveny91
approved these changes
May 1, 2026
github-actions Bot
pushed a commit
to ConnectionMaster/integrations-core
that referenced
this pull request
May 1, 2026
* Surface promote workflow run URL from CLI and PR - `ddev dep promote` now prints a recent-runs URL filtered to workflow_dispatch events. - `dependency-wheel-promotion.yaml` sets a per-run `run-name` containing the PR number, attaches a `target_url` to the success/error commit statuses, and includes the run URL in the success comment so reviewers can jump straight to the run. * Add ddev changelog entry * Collapse runs_url f-string to satisfy ruff format 6451848
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.
Summary
ddev dep promoteprints a recent-runs URL (filtered toworkflow_dispatchevents) so users can jump straight from the CLI to their freshly-queued run.dependency-wheel-promotion.yamlsets a per-runrun-namethat includes the PR number and actor, so the run row in the Actions UI is identifiable at a glance.Test plan
ddev dep promote <pr-url>against a real PR and confirm the printed runs URL lands on the workflow's filtered runs list.Promote wheels for PR #<n> (<actor>)instead of the generic workflow name.[Workflow run]link.dependency-wheel-promotioncommit status's "Details" link points at the run (both success and error paths).