Skip to content

[docker] Bump node from 20.9.0-alpine3.18 to 21.7.2-alpine3.18 #103

[docker] Bump node from 20.9.0-alpine3.18 to 21.7.2-alpine3.18

[docker] Bump node from 20.9.0-alpine3.18 to 21.7.2-alpine3.18 #103

Workflow file for this run

name: Label Checker
on:
pull_request:
types:
- opened
- synchronize
- reopened
- labeled
- unlabeled
jobs:
check_labels:
name: Check labels
runs-on: ubuntu-latest
steps:
- uses: docker://agilepathway/pull-request-label-checker:latest
with:
one_of: breaking-change,enhancement,bug,documentation,ignore-for-release
repo_token: ${{ secrets.GITHUB_TOKEN }}