Skip to content

build(deps): bump com.fasterxml.jackson.jaxrs:jackson-jaxrs-json-provider from 2.16.0 to 2.16.1 #33

build(deps): bump com.fasterxml.jackson.jaxrs:jackson-jaxrs-json-provider from 2.16.0 to 2.16.1

build(deps): bump com.fasterxml.jackson.jaxrs:jackson-jaxrs-json-provider from 2.16.0 to 2.16.1 #33

Workflow file for this run

# Workflow to associate labels automatically
name: PR-Labeler
# Trigger the workflow on pull request events
on:
- pull_request_target
jobs:
label:
permissions:
contents: read
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v4
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"