Skip to content

Bump test/fixtures/prism from 1526666 to 6881fd5 #8228

Bump test/fixtures/prism from 1526666 to 6881fd5

Bump test/fixtures/prism from 1526666 to 6881fd5 #8228

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@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
- name: Check for Pull Request Labels
shell: bash
run: |
bin/check_labels "$(gh pr view --json labels ${{ github.event.pull_request.number }})"