Skip to content

Update Helm chart description and error wording #1174

Update Helm chart description and error wording

Update Helm chart description and error wording #1174

Workflow file for this run

name: Enforce PR labels
on:
pull_request:
types: [labeled, unlabeled, opened, edited, synchronize]
# Disable permissions for all the available scopes
permissions: {}
jobs:
enforce-label:
runs-on: ubuntu-latest
steps:
- uses: yogevbd/enforce-label-action@2.1.0
with:
REQUIRED_LABELS_ANY: "bug,enhancement,breaking,documentation,other"
BANNED_LABELS: "hold,'do not merge'"