Update Manufacturer Design Guidelines.md
[betaflight.git] / .github / workflows / artifact-links.yml
bloba4d92cf0fc0fa5859ae58b07caeb4c1291862b38
1 name: Artifact links comments creator
2 on:
3   workflow_run:
4     workflows: ["PR"]
5     types: [completed]
7 jobs:
8   artifacts-url-comments:
9     name: Add artifact links to PR and issues
10     runs-on: ubuntu-22.04
11     steps:
12       - name: Add artifact links to PR and issues
13         uses: tonyhallett/artifacts-url-comments@v1.1.0
14         env:
15           GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
16         with:
17           prefix: "**Do you want to test this code? Here you have an automated build:**"
18           suffix: "_**WARNING:** It may be unstable. Use only for testing! See: https://www.youtube.com/watch?v=I1uN9CN30gw for instructions for unified targets!_"
19           format: name
20           addTo: pullandissues