Skip to content

Bump golang.org/x/image from 0.0.0-20220722155232-062f8c9fd539 to 0.18.0 in /examples/src #1311

Bump golang.org/x/image from 0.0.0-20220722155232-062f8c9fd539 to 0.18.0 in /examples/src

Bump golang.org/x/image from 0.0.0-20220722155232-062f8c9fd539 to 0.18.0 in /examples/src #1311

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'"