Skip to content

chore(ci): add compilation cache of main branch #14125

chore(ci): add compilation cache of main branch

chore(ci): add compilation cache of main branch #14125

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 }}