Skip to content

Fix documented invocation #80

Fix documented invocation

Fix documented invocation #80

Workflow file for this run

name: "PR labels"
on:
pull_request:
types:
- "opened"
- "reopened"
- "labeled"
- "unlabeled"
- "synchronize"
jobs:
classify:
name: "Classify PR"
runs-on: ubuntu-latest
steps:
- name: "PR impact specified"
uses: mheap/github-action-required-labels@v3
with:
mode: exactly
count: 1
labels: "impact-breaking, impact-feature, impact-bug, impact-project"