Skip to content
This repository has been archived by the owner on Feb 15, 2025. It is now read-only.

feat(api): registry1 and package flavor patterns #5

feat(api): registry1 and package flavor patterns

feat(api): registry1 and package flavor patterns #5

Workflow file for this run

name: Validate Labels
on:
push:
branches:
- "!main"
pull_request:
branches:
- "main"
types: [labeled, unlabeled, opened, edited, synchronize]
concurrency:
group: scan-labels-${{ github.ref }}
cancel-in-progress: true
jobs:
enforce:
runs-on: ubuntu-latest
name: Check Labels
permissions:
contents: read
steps:
- uses: yogevbd/enforce-label-action@a3c219da6b8fa73f6ba62b68ff09c469b3a1c024 # v2.2.2
with:
REQUIRED_LABELS_ANY: "feature,bug,test,enhancement,documentation,chore,autorelease: pending,autorelease: tagged,dependencies,template-sync"
BANNED_LABELS: "needs-docs,needs-tests,needs-adr,needs-git-sign-off,needs-tutorial"