Skip to content

PF-9591-traceset added end-to-end W3C tracestate propagation to the agent #170

PF-9591-traceset added end-to-end W3C tracestate propagation to the agent

PF-9591-traceset added end-to-end W3C tracestate propagation to the agent #170

Workflow file for this run

name: PR Labels
on:
pull_request:
types: [opened, reopened, labeled, unlabeled, synchronize]
permissions:
pull-requests: read
jobs:
require-label:
name: Require category label
runs-on: ubuntu-latest
steps:
- name: Check for required label
uses: mheap/github-action-required-labels@v5
with:
mode: minimum
count: 1
labels: "bug, feature, internal, dependencies, change, release"
message: "This PR must have at least one of these labels: {{ provided }}."