Skip to content

Add a format task for converting to and reverting shorthand forms. #4

Add a format task for converting to and reverting shorthand forms.

Add a format task for converting to and reverting shorthand forms. #4

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