We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a4d0a3 commit d0fa2bbCopy full SHA for d0fa2bb
.github/workflows/create-test-mirror-pr.yml
@@ -98,7 +98,6 @@ jobs:
98
run: |
99
PR_URL=$(gh pr create \
100
--repo DataDog/images \
101
- --draft \
102
--title "Update dd-trace-java-docker-build test images for PR #${PR_NUMBER}" \
103
--base master \
104
--head "${{ steps.define-branch.outputs.branch }}" \
.github/workflows/update-mirror-digests.yml
@@ -113,7 +113,6 @@ jobs:
113
114
gh pr create \
115
116
117
--title "Update dd-trace-java-docker-build ci-* image digests" \
118
119
0 commit comments