Skip to content

build(deps): bump actions/checkout from 4.1.7 to 4.2.0 #2875

build(deps): bump actions/checkout from 4.1.7 to 4.2.0

build(deps): bump actions/checkout from 4.1.7 to 4.2.0 #2875

Workflow file for this run

name: PR Checks
on:
pull_request:
types: [opened, labeled, unlabeled, synchronize]
permissions:
contents: read
jobs:
release-label:
name: Release note label
runs-on: ubuntu-latest
if: github.repository == 'dexidp/dex'
steps:
- name: Check minimum labels
uses: mheap/github-action-required-labels@d25134c992b943fb6ad00c25ea00eb5988c0a9dd # v5.4.2
with:
mode: minimum
count: 1
labels: "release-note/ignore, kind/feature, release-note/new-feature, kind/enhancement, release-note/enhancement, kind/bug, release-note/bug-fix, release-note/breaking-change, release-note/deprecation, area/dependencies, release-note/dependency-update"