Skip to content

Post Review Comment #734

Post Review Comment

Post Review Comment #734

Workflow file for this run

name: Post Review Comment
on:
workflow_run:
workflows: ["Package test"] # must match the phase-1 workflow name
types: [completed]
jobs:
post-review:
if: ${{ github.event.workflow_run.conclusion != 'skipped' }}
runs-on: ubuntu-latest
permissions:
pull-requests: write
issues: write
actions: read
contents: read
steps:
- name: Post PR comment from artifact
uses: kaste/st_package_reviewer/gh_action@81e964270472dae33e904a15a354976b99d7b2f2
with:
phase: report