Skip to content

Bump github.com/docker/docker from 24.0.9+incompatible to 26.1.4+incompatible #1372

Bump github.com/docker/docker from 24.0.9+incompatible to 26.1.4+incompatible

Bump github.com/docker/docker from 24.0.9+incompatible to 26.1.4+incompatible #1372

Workflow file for this run

name: Enforce PR labels
on:
pull_request:
types: [labeled, unlabeled, opened, edited, synchronize]
# Disable permissions for all the available scopes
permissions: {}
jobs:
enforce-label:
runs-on: ubuntu-latest
steps:
- uses: yogevbd/[email protected]
with:
REQUIRED_LABELS_ANY: "bug,enhancement,breaking,documentation,other"
BANNED_LABELS: "hold,'do not merge'"