build(deps): bump crazy-max/ghaction-dump-context from 2.3.0 to 3.0.0 #237
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: 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@20ef82212dc54bab5749f5e05576ca6d3c8a5773 # v1.1.0 | |
| permissions: | |
| contents: read | |
| pull-requests: write |