Skip to content

workflow to run cli integration tests #809

workflow to run cli integration tests

workflow to run cli integration tests #809

Workflow file for this run

name: "PR Label Check"
on:
pull_request:
types: [opened, synchronize, reopened, labeled, unlabeled]
jobs:
check-labels:
name: Check PR Labels
runs-on: ubuntu-latest
steps:
- name: Check if PR has allowed labels
uses: jfrog/.github/actions/pr-labels@main