Skip to content

Bump gcr.io/paketo-buildpacks/datadog from 5.7.0 to 5.11.0 #1400

Bump gcr.io/paketo-buildpacks/datadog from 5.7.0 to 5.11.0

Bump gcr.io/paketo-buildpacks/datadog from 5.7.0 to 5.11.0 #1400

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