Add artifact links to pull request and related issues #22
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Add artifact links to pull request and related issues | |
on: | |
workflow_run: | |
workflows: | |
- Pull Request Validation | |
types: | |
- completed | |
jobs: | |
artifacts-url-comments: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Add artifact links to pull request and related issues step | |
uses: tonyhallett/[email protected] | |
env: | |
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | |
with: | |
prefix: Here are the artifacts for this PR (Logs, reports and video recordings!) | |
suffix: Have a nice day. | |
format: name | |
addTo: pullandissues | |
errorNoArtifacts: false |