chore(ci): pick better which packages should compile and test #14225
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: 'Component Owners' | |
| on: | |
| pull_request_target: | |
| permissions: | |
| contents: read | |
| jobs: | |
| run_self: | |
| permissions: | |
| pull-requests: write # required for assigning reviewers to PRs | |
| runs-on: ubuntu-latest | |
| name: Auto Assign Owners | |
| steps: | |
| - uses: dyladan/component-owners@main | |
| with: | |
| config-file: .github/component_owners.yml | |
| repo-token: ${{ secrets.GITHUB_TOKEN }} |