Skip to content

IDC - Implementing the nnUNet Task024 Whole Prostate Gland MR (T2 only) Model #6

IDC - Implementing the nnUNet Task024 Whole Prostate Gland MR (T2 only) Model

IDC - Implementing the nnUNet Task024 Whole Prostate Gland MR (T2 only) Model #6

name: MHub Contribution Magic Keywords
on:
issue_comment:
types: [created, edited]
jobs:
autolabel:
if: ${{ github.event.issue.pull_request }}
name: Add labels to PR
runs-on: [ubuntu-latest]
permissions:
pull-requests: write
steps:
- name: Add Request Review Label
uses: actions-ecosystem/action-add-labels@v1
if: ${{ startsWith(github.event.comment.body, '/review') }}
with:
labels: REQUEST REVIEW
- name: Add Request Test Label
uses: actions-ecosystem/action-add-labels@v1
if: ${{ startsWith(github.event.comment.body, '/test') }}
with:
labels: REQUEST TEST