Skip to content

Update json-path to 2.9.0 #1337

Update json-path to 2.9.0

Update json-path to 2.9.0 #1337

Workflow file for this run

name: Pull Request Labeler
on:
# pull_request event is required only for autolabeler
pull_request:
types: [opened, reopened, synchronize]
jobs:
label_pull_request:
runs-on: ubuntu-latest
steps:
- uses: release-drafter/release-drafter@v5
name: Add Labels from Branch Name
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}