Skip to content

Bump test/fixtures/prism from aa42f45 to 1653317 #237

Bump test/fixtures/prism from aa42f45 to 1653317

Bump test/fixtures/prism from aa42f45 to 1653317 #237

name: Pull Request Labels
on:
pull_request:
types: [opened, synchronize, reopened, labeled, unlabeled]
jobs:
check-labels:
runs-on: ubuntu-latest
env:
GH_TOKEN: ${{ github.token }}
steps:
- uses: actions/checkout@v4
- name: Check for Pull Request Labels
shell: bash
run: |
bin/check_labels "$(gh pr view --json labels ${{ github.event.pull_request.number }})"