Skip to content

Replace Instances of Thor::Error with Tapioca::Error #1813

Replace Instances of Thor::Error with Tapioca::Error

Replace Instances of Thor::Error with Tapioca::Error #1813

Workflow file for this run

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@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Check for Pull Request Labels
shell: bash
run: |
bin/check_pr_labels "$(gh pr view --json labels ${{ github.event.pull_request.number }})"