We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e824b75 commit 27b809fCopy full SHA for 27b809f
.github/workflows/artifacts-links.yml
@@ -0,0 +1,20 @@
1
+name: Artifacts 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/artifacts-url-comments@v1.1.0
14
+ env:
15
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
16
+ with:
17
+ prefix: "Test HEX"
18
+ suffix: "WARNING: No warranty or guarantee of any kind. Test/Fly at your own risk!"
19
+ format: name
20
+ addTo: pull
0 commit comments