chore(deps): update actions/cache digest to 1bd1e32 #3291
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 # to read changed files | |
| issues: write # to read/write issue assignees | |
| pull-requests: write # to read/write PR reviewers | |
| jobs: | |
| run_self: | |
| runs-on: ubuntu-latest | |
| name: Auto Assign Owners | |
| steps: | |
| - uses: dyladan/component-owners@58bd86e9814d23f1525d0a970682cead459fa783 | |
| with: | |
| config-file: .github/component_owners.yml | |
| repo-token: ${{ secrets.GITHUB_TOKEN }} |