Skip to content

Expand interface to support trace links #1085

Expand interface to support trace links

Expand interface to support trace links #1085

Workflow file for this run

# https://github.com/marketplace/actions/require-labels
name: Pull Request Labels
on:
pull_request:
types: [opened, synchronize, reopened, labeled, unlabeled]
branches:
- devel
- release/**
jobs:
label:
runs-on: ubuntu-latest
steps:
- uses: mheap/github-action-required-labels@v2
with:
mode: exactly
count: 1
labels: "Added, Fixed, Improved, Deprecated, Refactored, No changelog"