From f4c04347a1dee7cfa7b786c83aa3315301c0fbbe Mon Sep 17 00:00:00 2001 From: nerdCopter <56646290+nerdCopter@users.noreply.github.com> Date: Mon, 19 Feb 2024 14:23:53 -0600 Subject: [PATCH] add Artifacts links github action --- .github/workflows/artifacts-links.yml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .github/workflows/artifacts-links.yml diff --git a/.github/workflows/artifacts-links.yml b/.github/workflows/artifacts-links.yml new file mode 100644 index 0000000000..084f7e0765 --- /dev/null +++ b/.github/workflows/artifacts-links.yml @@ -0,0 +1,20 @@ +name: Artifacts links comments creator +on: + workflow_run: + workflows: ["PR"] + types: [completed] + +jobs: + artifacts-url-comments: + name: Add artifact links to PR and issues + runs-on: ubuntu-22.04 + steps: + - name: Add artifact links to PR and issues + uses: tonyhallett/artifacts-url-comments@v1.1.0 + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + with: + prefix: "Test HEX" + suffix: "WARNING: No warranty or guarantee of any kind. Test/Fly at your own risk!" + format: name + addTo: pull