Skip to content

Commit 18d1d6b

Browse files
committed
Hide previous comments
1 parent 5149c70 commit 18d1d6b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/validate-pr-metadata.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,8 @@ jobs:
5959
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6060
ISSUE_URL: ${{ github.event.pull_request.html_url }}
6161
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}"
6264
gh pr comment $ISSUE_URL --body-file testoutput.txt
6365
- name: add appropriate labels
6466
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

Comments
 (0)