feat(instrumentation-redis): add aggregate batch spans #104
Workflow file for this run
This file contains hidden or 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: First time contributor | |
| on: | |
| pull_request_target: # zizmor: ignore[dangerous-triggers] Only code from the main branch is executed | |
| types: [opened] | |
| permissions: {} | |
| jobs: | |
| welcome: | |
| permissions: | |
| pull-requests: write # required by the shared workflow to add a label and post the welcome comment | |
| uses: open-telemetry/shared-workflows/.github/workflows/first-time-pr.yml@a4036f5b7201b7f6dc609cc7200d0648a254413b # v0.1.1 |