Add contrib-facing helpers to the declarative config bridge #4100
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: Survey on Merged PR by Non-Member | |
| on: | |
| pull_request_target: # zizmor: ignore[dangerous-triggers] — this workflow only calls the reusable shared workflow; no PR code is checked out or executed. | |
| types: [closed] | |
| branches: [main] | |
| permissions: {} | |
| jobs: | |
| survey: | |
| uses: open-telemetry/shared-workflows/.github/workflows/survey-on-merged-pr.yml@62d5939b47144252763c5ff9fffe8c20d76cd806 # v0.4.0 | |
| with: | |
| client_id: ${{ vars.OTELBOT_CLIENT_ID }} | |
| secrets: | |
| private_key: ${{ secrets.OTELBOT_PRIVATE_KEY }} |