Skip to content

make output file size units configurable #10

make output file size units configurable

make output file size units configurable #10

Workflow file for this run

name: check-labels
on:
pull_request:
types: [opened, labeled, unlabeled, synchronize]
# include PRs from forks
pull_request_target:
types: [opened, labeled, reopened, synchronize]
jobs:
check:
runs-on: ubuntu-latest
permissions:
contents: read
issues: read
pull-requests: read
steps:
- uses: mheap/github-action-required-labels@v5
with:
mode: exactly
add_comment: false
count: 1
# this should match release-drafter.yml
labels: |
breaking
doc
enhancement
fix
maintenance