Bump go.opentelemetry.io/collector/config/configgrpc from 0.101.1-0.20240527192838-af4fdd4e342a to 0.102.1 in /cmd/telemetrygen/internal/e2etest #2
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 }} |