Add FOSSA scanning workflow #51
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: Assign Reviewers | |
on: | |
# pull_request_target is needed instead of just pull_request | |
# because repository write permission is needed to assign reviewers | |
pull_request_target: | |
jobs: | |
run_self: | |
runs-on: ubuntu-latest | |
name: Assign Reviewers | |
steps: | |
- uses: open-telemetry/assign-reviewers-action@main |