Skip to content

build(deps): Bump github.com/docker/docker from 20.10.21+incompatible to 25.0.6+incompatible #863

build(deps): Bump github.com/docker/docker from 20.10.21+incompatible to 25.0.6+incompatible

build(deps): Bump github.com/docker/docker from 20.10.21+incompatible to 25.0.6+incompatible #863

Workflow file for this run

name: pr_type
on:
pull_request:
types:
- opened
- synchronize
- reopened
- labeled
- unlabeled
jobs:
check_pull_request_type:
name: Check for PR kind
runs-on: ubuntu-latest
steps:
- uses: docker://agilepathway/pull-request-label-checker:latest
with:
one_of: kind/bug,kind/documentation,kind/feature,kind/regression,kind/refactor,kind/cleanup
repo_token: ${{ secrets.GITHUB_TOKEN }}