Skip to content

Bump github.com/aws/aws-sdk-go-v2/config from 1.18.40 to 1.27.26 in /exporter/awskinesisexporter #10404

Bump github.com/aws/aws-sdk-go-v2/config from 1.18.40 to 1.27.26 in /exporter/awskinesisexporter

Bump github.com/aws/aws-sdk-go-v2/config from 1.18.40 to 1.27.26 in /exporter/awskinesisexporter #10404

name: 'Ping code owners on PRs'
on:
pull_request_target:
types: [labeled]
jobs:
ping-owners:
runs-on: ubuntu-latest
if: ${{ github.actor != 'dependabot[bot]' && github.repository_owner == 'open-telemetry' }}
steps:
- uses: actions/checkout@v4
- 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 }}