Skip to content

Allow specifying the targets as hostnames. #14

Allow specifying the targets as hostnames.

Allow specifying the targets as hostnames. #14

Workflow file for this run

name: Pull Request Labels
on:
pull_request:
types: [opened, labeled, unlabeled, synchronize]
jobs:
label:
runs-on: ubuntu-latest
permissions:
issues: write
pull-requests: write
steps:
- uses: mheap/github-action-required-labels@v5
with:
mode: exactly
count: 1
labels: "breaking, feature, fix, refactor, dependencies"
add_comment: true