Skip to content

Bump test/fixtures/prism from 7366114 to b3cef9d #4277

Bump test/fixtures/prism from 7366114 to b3cef9d

Bump test/fixtures/prism from 7366114 to b3cef9d #4277

Workflow file for this run

name: Pull Request Labels
on:
pull_request_review:
types: [submitted]
pull_request:
types: [labeled, unlabeled, synchronize]
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 }})"