Skip to content

Update testcontainers-java monorepo to v1.19.0 {patch} (minor) #460

Update testcontainers-java monorepo to v1.19.0 {patch} (minor)

Update testcontainers-java monorepo to v1.19.0 {patch} (minor) #460

Workflow file for this run

name: PullRequestLabeler
on:
pull_request:
types: [opened]
permissions: read-all
jobs:
pr-labeler:
runs-on: ubuntu-latest
steps:
- uses: TimonVS/pr-labeler-action@8b99f404a073744885d8021d1de4e40c6eaf38e2 # tag=v4.1.1
with:
configuration-path: .github/pr-labeler.yml # optional, .github/pr-labeler.yml is the default value
env:
GITHUB_TOKEN: ${{ secrets.PUBLISH_KEY }}