Skip to content

Note in README the possibility to use on a separate host #19

Note in README the possibility to use on a separate host

Note in README the possibility to use on a separate host #19

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