Skip to content

chore(deps): bump actions/checkout from 6.0.2 to 7.0.0 #723

chore(deps): bump actions/checkout from 6.0.2 to 7.0.0

chore(deps): bump actions/checkout from 6.0.2 to 7.0.0 #723

Workflow file for this run

name: Ensure labels
on:
pull_request:
branches:
- main
types:
- opened
- reopened
- synchronize
- ready_for_review
- labeled
- unlabeled
permissions: {}
jobs:
ensure_labels:
name: Ensure PR has proper labeling
runs-on: ubuntu-latest
permissions:
pull-requests: read
steps:
- name: Check one of required labels are set
uses: docker://agilepathway/pull-request-label-checker:v1.6.65
with:
one_of: major,minor,patch,skip-release,release-same-version
repo_token: ${{ secrets.GITHUB_TOKEN }}