Skip to content

k3-beagle: forward port BeagleY-AI features through 7.2 #2798

k3-beagle: forward port BeagleY-AI features through 7.2

k3-beagle: forward port BeagleY-AI features through 7.2 #2798

name: "Maintenance: Listen PR review"
on:
pull_request_review:
types: [submitted]
permissions:
contents: read
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@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
with:
# unique name: includes workflow run id
name: pr-number-${{ github.run_id }}
path: pr.txt