Skip to content

Bump @types/node from 22.5.2 to 22.10.3 #428

Bump @types/node from 22.5.2 to 22.10.3

Bump @types/node from 22.5.2 to 22.10.3 #428

Workflow file for this run

name: Label Checker
on:
pull_request:
types:
- opened
- synchronize
- reopened
- labeled
- unlabeled
jobs:
check-version-labels:
runs-on: ubuntu-latest
steps:
- uses: docker://agilepathway/pull-request-label-checker:latest
with:
one_of: major,minor,patch
repo_token: ${{ secrets.GITHUB_TOKEN }}
check-category-labels:
runs-on: ubuntu-latest
steps:
- uses: docker://agilepathway/pull-request-label-checker:latest
with:
one_of: feature,enhancement,bug,dependencies,chore
repo_token: ${{ secrets.GITHUB_TOKEN }}