Skip to content

chore(deps): bump h2 from 0.3.22 to 0.3.24 #91

chore(deps): bump h2 from 0.3.22 to 0.3.24

chore(deps): bump h2 from 0.3.22 to 0.3.24 #91

Workflow file for this run

name: Enforce PR labels
on:
pull_request:
types: [labeled, unlabeled, opened, edited, synchronize]
jobs:
enforce-label:
runs-on: ubuntu-latest
steps:
- uses: dorny/paths-filter@v2
id: changes
with:
filters: |
src:
- src/**
- Cargo.lock
- Cargo.toml
- Dockerfile
- uses: yogevbd/enforce-label-action@2.1.0
with:
REQUIRED_LABELS_ANY: "major,minor,patch"
REQUIRED_LABELS_ANY_DESCRIPTION: "Select at least one label ['major','minor','patch']"
BANNED_LABELS: "banned"