Skip to content

mixtile-core3588e: add board with vendor and edge branches (Joshua Riek + fixes) #51

mixtile-core3588e: add board with vendor and edge branches (Joshua Riek + fixes)

mixtile-core3588e: add board with vendor and edge branches (Joshua Riek + fixes) #51

name: Listen PR review
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/[email protected]
with:
# unique name: includes workflow run id
name: pr-number-${{ github.run_id }}
path: pr.txt