Skip to content

GHA: Enforce board and vendor image availability for newly added boards #1456

GHA: Enforce board and vendor image availability for newly added boards

GHA: Enforce board and vendor image availability for newly added boards #1456

name: PR review listener
on:
pull_request_review:
types: [submitted]
jobs:
ping:
if: ${{ github.event.review.state == 'approved' }}
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- name: Save PR number
run: echo "${{ github.event.pull_request.number }}" > pr.txt
- uses: actions/upload-artifact@v6.0.0
with:
# unique name: includes workflow run id
name: pr-number-${{ github.run_id }}
path: pr.txt