Skip to content

Bump github.com/cenkalti/backoff/v4 from 4.2.1 to 4.3.0 in /exporter/awskinesisexporter #8841

Bump github.com/cenkalti/backoff/v4 from 4.2.1 to 4.3.0 in /exporter/awskinesisexporter

Bump github.com/cenkalti/backoff/v4 from 4.2.1 to 4.3.0 in /exporter/awskinesisexporter #8841

name: 'Add code owners to a PR'
on:
pull_request_target:
types:
- opened
- synchronize
jobs:
add-owners-to-pr:
runs-on: ubuntu-latest
if: ${{ github.actor != 'dependabot[bot]' && github.repository_owner == 'open-telemetry' }}
steps:
- uses: actions/checkout@v3
- name: Run add-codeowners-to-pr.sh
run: ./.github/workflows/scripts/add-codeowners-to-pr.sh
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
REPO: ${{ github.repository }}
PR: ${{ github.event.number }}