Skip to content

Bump typescript from 5.9.3 to 6.0.3 in the typescript group across 1 directory #325

Bump typescript from 5.9.3 to 6.0.3 in the typescript group across 1 directory

Bump typescript from 5.9.3 to 6.0.3 in the typescript group across 1 directory #325

Workflow file for this run

name: Ensure labels
on:
pull_request:
branches:
- main
types:
- opened
- reopened
- synchronize
- ready_for_review
- labeled
- unlabeled
jobs:
ensure_labels:
name: Ensure PR has proper labeling
runs-on: ubuntu-latest
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
repo_token: ${{ secrets.GITHUB_TOKEN }}