Skip to content

Bump io.r2dbc:r2dbc-spi from 0.9.0.RELEASE to 0.9.1.RELEASE in /modules/r2dbc #11

Bump io.r2dbc:r2dbc-spi from 0.9.0.RELEASE to 0.9.1.RELEASE in /modules/r2dbc

Bump io.r2dbc:r2dbc-spi from 0.9.0.RELEASE to 0.9.1.RELEASE in /modules/r2dbc #11

Workflow file for this run

name: "Pull Request Labeler"
on:
- pull_request_target
jobs:
triage:
permissions:
contents: read
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v4
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"