Skip to content

Merge pull request #12 from Q42/dependabot/nuget/all-0bc7d63abb #40

Merge pull request #12 from Q42/dependabot/nuget/all-0bc7d63abb

Merge pull request #12 from Q42/dependabot/nuget/all-0bc7d63abb #40

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