Skip to content

Commit f0bacea

Browse files
authored
Merge pull request #585 from betaflight/artifacts
Adding back the artifacts creation
2 parents 4c4d2ff + 161ec76 commit f0bacea

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
name: Artifact links comments creator
2+
on:
3+
workflow_run:
4+
workflows: ["PR"]
5+
types: [completed]
6+
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/[email protected]
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 and result in corrupted configurations or data loss. Use only for testing!"
19+
format: name
20+
addTo: pullandissues

0 commit comments

Comments
 (0)