Skip to content

Bump github.com/jackc/pgx/v5 from 5.8.0 to 5.9.0 in /extension/storage/dbstorage #292

Bump github.com/jackc/pgx/v5 from 5.8.0 to 5.9.0 in /extension/storage/dbstorage

Bump github.com/jackc/pgx/v5 from 5.8.0 to 5.9.0 in /extension/storage/dbstorage #292

name: 'Ping code owners on PRs'
on:
pull_request_target:
types:
- labeled
- ready_for_review
permissions: read-all
jobs:
ping-owners:
permissions:
pull-requests: write
runs-on: ubuntu-24.04
if: ${{ github.actor != 'dependabot[bot]' && github.repository_owner == 'open-telemetry' && github.event.pull_request.draft == false }}
steps:
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
- name: Run ping-codeowners-prs.sh
run: ./.github/workflows/scripts/ping-codeowners-prs.sh
env:
REPO: ${{ github.repository }}
AUTHOR: ${{ github.event.pull_request.user.login }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
PR: ${{ github.event.number }}
COMPONENT: ${{ github.event.label.name }}