Nrfx 9569 make nrf clock control soc agnostic #17628
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 from CODEOWNERS | |
| on: | |
| pull_request_target: | |
| types: [opened, reopened, synchronize] | |
| permissions: | |
| contents: read | |
| pull-requests: write | |
| jobs: | |
| contribs: | |
| runs-on: ubuntu-24.04 | |
| name: Assign Reviewers from CODEOWNERS | |
| steps: | |
| - name: Assign | |
| uses: nrfconnect/action-codeowners-reviewers@735af84f2ea913b4cd3edc4668bf6f9294598a9e | |
| with: | |
| github_token: ${{ secrets.NCS_GITHUB_TOKEN }} |