Skip to content

Draft | Do not review - prototyping new PR commenter #9

Draft | Do not review - prototyping new PR commenter

Draft | Do not review - prototyping new PR commenter #9

Workflow file for this run

name: PR
on:
pull_request:
types: [opened, synchronize, reopened]
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
run_pr_commenter:
if: ${{ github.repository == 'ni/measurementlink-labview' || github.event.pull_request.head.repo.full_name == 'ni/measurementlink-labview' }}
uses: ./.github/workflows/run_pr_commenter.yml