Commit 9331c924 authored by Jamie McCrae's avatar Jamie McCrae Committed by Jamie
Browse files

workflows: Remove PR workflow



This workflow is not working and github works with CODEOWNERS
files so can do the assignment

Signed-off-by: default avatarJamie McCrae <jamie.mccrae@nordicsemi.no>
parent bcde2bf4
Loading
Loading
Loading
Loading

.github/workflows/pr.yml

deleted100644 → 0
+0 −18
Original line number Diff line number Diff line
name: PR assignment

on:
  pull_request:
    types: [opened, edited, synchronize, reopened]

jobs:
  auto-assign:
    runs-on: ubuntu-latest
    permissions:
      pull-requests: write
    if: github.repository == 'mcu-tools/mcuboot'
    steps:
      - uses: actions/checkout@v1
      - uses: ohnogumi/auto-reviewers@v0.0.5
        with:
          token: ${{ secrets.GITHUB_TOKEN }}
          config: CODEOWNERS