Skip to content

Changes to core/casing function that allow matching of objects/arrays and works for recursive JSONPath matches #698

Changes to core/casing function that allow matching of objects/arrays and works for recursive JSONPath matches

Changes to core/casing function that allow matching of objects/arrays and works for recursive JSONPath matches #698

Workflow file for this run

name: Release Label Check
on:
pull_request_target:
types: [opened, labeled, unlabeled, synchronize]
jobs:
label-check:
runs-on: ubuntu-latest
steps:
- uses: jesusvasquez333/[email protected]
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"
valid-labels: "release/patch, release/minor, release/major, bugfix, feature"
pull-request-number: '${{ github.event.pull_request.number }}'
disable-reviews: true