CORE-69: Minor and patch updates - jackson-annotations and 2 more to 2.18.3 - logback-classic to 1.5.17 - sentry-logback to 8.4.0 - google-cloud-nio to 0.127.33 - spring-web to 6.2.4 - sbt-scoverage to 2.3.1 #592
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 }} |