blob: b0f363a6863ee5124b4fd446405fd8e461bdb7c2 [file] [log] [blame]
Jamie McCrae663f5572024-09-16 10:36:37 +01001name: PR assignment
2
3on:
4 pull_request:
5 types: [opened, edited, synchronize, reopened]
6
7jobs:
8 auto-assign:
9 runs-on: ubuntu-latest
10 permissions:
11 issues: write
12 if: github.repository == 'mcu-tools/mcuboot'
13 steps:
14 - uses: actions/checkout@v1
15 - uses: ohnogumi/auto-reviewers@v0.0.5
16 with:
17 token: ${{ secrets.USER_TOKEN }}
18 config: CODEOWNERS