Skip to content

fix: update the mcp+ollama+rag template #291

fix: update the mcp+ollama+rag template

fix: update the mcp+ollama+rag template #291

name: Enforce PR labels
on:
pull_request:
types: [labeled, unlabeled, opened, edited, synchronize]
jobs:
enforce-label:
runs-on: ubuntu-latest
steps:
- uses: yogevbd/enforce-label-action@2.1.0
with:
#REQUIRED_LABELS_ANY: "bug,enhancement,skip-changelog"
#REQUIRED_LABELS_ANY_DESCRIPTION: "Select at least one label ['bug','enhancement','skip-changelog']"
BANNED_LABELS: "hold/dont-merge"