Skip to content

CORE-69: Minor and patch updates - sentry-logback to 8.20.0 - spring-web to 6.2.10 - jackson-core and 1 more to 2.20.0 - google-cloud-nio to 0.128.3 - sbt and 2 more to 1.11.5 #691

CORE-69: Minor and patch updates - sentry-logback to 8.20.0 - spring-web to 6.2.10 - jackson-core and 1 more to 2.20.0 - google-cloud-nio to 0.128.3 - sbt and 2 more to 1.11.5

CORE-69: Minor and patch updates - sentry-logback to 8.20.0 - spring-web to 6.2.10 - jackson-core and 1 more to 2.20.0 - google-cloud-nio to 0.128.3 - sbt and 2 more to 1.11.5 #691

Workflow file for this run

name: PR Labeler
on:
pull_request:
types: [opened]
jobs:
pr-labeler:
runs-on: ubuntu-latest
steps:
- uses: TimonVS/pr-labeler-action@v5
with:
configuration-path: .github/pr-labeler.yml # optional, .github/pr-labeler.yml is the default value
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}