We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5149c70 commit 18d1d6bCopy full SHA for 18d1d6b
1 file changed
.github/workflows/validate-pr-metadata.yml
@@ -59,6 +59,8 @@ jobs:
59
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
60
ISSUE_URL: ${{ github.event.pull_request.html_url }}
61
run: |
62
+ gh release -R CodeYourFuture/trainee-tracker view --json assets -q ".assets[] | select(.name | startswith(\"pr-metadata-validator-musl-\")).url" | xargs curl --fail -L -o /tmp/pr-metadata-validator && chmod 0755 /tmp/pr-metadata-validator
63
+ /tmp/pr-metadata-validator --only-close-existing-comments-with-tag="sdc-test-results" "${ISSUE_URL}"
64
gh pr comment $ISSUE_URL --body-file testoutput.txt
65
- name: add appropriate labels
66
if: steps.test-individual-shell-tools.outputs.complete == 'y' || steps.test-jq.outputs.complete == 'y' || steps.test-shell-pipelines.outputs.complete == 'y' || steps.test-implement-cowsay.outputs.complete == 'y'
0 commit comments