From 3c32a897d47f46b51e25769ae8821558c51fbdfe Mon Sep 17 00:00:00 2001 From: Timmy Huang Date: Wed, 25 Oct 2023 15:45:03 -0700 Subject: [PATCH] chore: Add artifacts as comment in PR --- .github/workflows/rdev-update-for-pr.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/.github/workflows/rdev-update-for-pr.yml b/.github/workflows/rdev-update-for-pr.yml index 7df78ba31c63..e97712cdaa2b 100644 --- a/.github/workflows/rdev-update-for-pr.yml +++ b/.github/workflows/rdev-update-for-pr.yml @@ -392,6 +392,21 @@ jobs: exit 1 fi + artifacts-url-comments: + runs-on: ubuntu-latest + needs: + - run-e2e-tests + steps: + - name: add artifact links to pull request and related issues step + uses: tonyhallett/artifacts-url-comments@v1.1.0 + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + with: + prefix: Here are the artifacts + suffix: Have a nice day. + format: name + addTo: pullandissues + e2e-logged-in-test: timeout-minutes: 30 runs-on: ubuntu-22.04