Skip to content

Bump openssl from 0.10.59 to 0.10.60 #39

Bump openssl from 0.10.59 to 0.10.60

Bump openssl from 0.10.59 to 0.10.60 #39

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"