Skip to content

Commands functionality #1344

Commands functionality

Commands functionality #1344

Workflow file for this run

name: Verify release labels
on:
pull_request:
types:
- opened
- synchronize
- reopened
- labeled
- unlabeled
jobs:
check_labels:
name: Check labels
runs-on: ubuntu-latest
steps:
- uses: docker://agilepathway/pull-request-label-checker:latest
with:
one_of: major,minor,patch,no-release
repo_token: ${{ secrets.GITHUB_TOKEN }}