Skip to content

build(deps): Bump the all group with 3 updates #50

build(deps): Bump the all group with 3 updates

build(deps): Bump the all group with 3 updates #50

Workflow file for this run

name: Test changes
on:
push:
branches:
- main
pull_request:
types: [opened, synchronize, reopened, labeled, ready_for_review]
branches:
- main
workflow_dispatch:
workflow_call:
jobs:
enforce-label:
if: github.event_name == 'pull_request'
runs-on: ubuntu-latest
steps:
- uses: yogevbd/[email protected]
with:
REQUIRED_LABELS_ANY: "feature,bug,maintenance,dependencies,chore,ignore-for-release,major,minor,patch,github-actions"
REQUIRED_LABELS_ANY_DESCRIPTION: "Select at least one label ['feature','bug','maintenance', 'dependencies', 'chore', 'ignore-for-release', 'major', 'minor', 'patch', 'github-actions']"
test:
uses: ./.github/workflows/test.yml