Skip to content

Prototype for moving core functionality into a Swift framework #699

Prototype for moving core functionality into a Swift framework

Prototype for moving core functionality into a Swift framework #699

name: Pull Request Label Checker
on:
pull_request_target:
types: [opened, reopened, labeled, unlabeled, synchronize]
jobs:
check_labels:
name: Verify PR has a valid label
runs-on: ubuntu-latest
steps:
- name: Verify PR label
uses: jesusvasquez333/[email protected]
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"
valid-labels: 'pr-fix, pr-change, pr-feature, pr-maintenance'
pull-request-number: '${{ github.event.pull_request.number }}'