build(deps): bump go.opentelemetry.io/otel/sdk from 1.42.0 to 1.43.0 in the go_modules group across 1 directory #487
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: pr-assign-author | |
| permissions: | |
| contents: read | |
| on: | |
| pull_request_target: # zizmor: ignore[dangerous-triggers] does not checkout, safe to use pull_request_target | |
| types: | |
| - opened | |
| - reopened | |
| jobs: | |
| run: | |
| uses: crazy-max/.github/.github/workflows/pr-assign-author.yml@bb328ea508cd6a89d0865555ddbeb148e5724aed # v1.3.0 | |
| permissions: | |
| contents: read # same as global permission | |
| pull-requests: write # required to assign author |