We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45c78e9 commit c0ff030Copy full SHA for c0ff030
.github/workflows/delete-test-mirror-pr.yml
@@ -82,6 +82,7 @@ jobs:
82
run: |
83
gh pr create \
84
--repo DataDog/images \
85
+ --draft \
86
--title "Remove dd-trace-java-docker-build test images for PR #${PR_NUMBER}" \
87
--base master \
88
--head "${{ steps.define-branch.outputs.branch }}" \
0 commit comments