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