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 4c4d2ff commit 161ec76Copy full SHA for 161ec76
.github/workflows/artifact-links.yml
@@ -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