Skip to content

chore(deps): bump com.fasterxml.jackson:jackson-bom from 2.17.2 to 2.18.0 #135

chore(deps): bump com.fasterxml.jackson:jackson-bom from 2.17.2 to 2.18.0

chore(deps): bump com.fasterxml.jackson:jackson-bom from 2.17.2 to 2.18.0 #135

Workflow file for this run

name: "Pull Request Labeler"
on:
pull_request:
types: [opened]
permissions:
contents: read
jobs:
pr-labeler:
permissions:
contents: read
pull-requests: write
runs-on: ubuntu-22.04
steps:
- uses: TimonVS/pr-labeler-action@v5
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}