Skip to content

Bump github.com/docker/docker from 25.0.4+incompatible to 25.0.5+incompatible #417

Bump github.com/docker/docker from 25.0.4+incompatible to 25.0.5+incompatible

Bump github.com/docker/docker from 25.0.4+incompatible to 25.0.5+incompatible #417

name: Minimal Labels
"on":
pull_request:
types:
- synchronize
- reopened
- labeled
- unlabeled
jobs:
semver:
name: Minimal Semver Labels
runs-on:
- ubuntu-latest
steps:
- uses: mheap/github-action-required-labels@v5
with:
count: 1
labels: semver:major, semver:minor, semver:patch
mode: exactly
type:
name: Minimal Type Labels
runs-on:
- ubuntu-latest
steps:
- uses: mheap/github-action-required-labels@v5
with:
count: 1
labels: type:bug, type:dependency-upgrade, type:documentation, type:enhancement, type:question, type:task
mode: exactly