Skip to content

Stores GenAI case analysis in JSON format in the database while preserving format on the Slack side #13550

Stores GenAI case analysis in JSON format in the database while preserving format on the Slack side

Stores GenAI case analysis in JSON format in the database while preserving format on the Slack side #13550

Workflow file for this run

name: Enforce PR labels
on:
pull_request:
types: [labeled, unlabeled, opened, edited, synchronize]
jobs:
enforce-label:
runs-on: ubuntu-latest
steps:
- uses: yogevbd/[email protected]
with:
REQUIRED_LABELS_ANY: "bug,dependencies,documentation,enhancement,feature,skip-changelog,techdebt,tests"
REQUIRED_LABELS_ANY_DESCRIPTION: "Select at least one label from the following list: bug, dependencies, documentation, enhancement, feature, skip-changelog, techdebt, tests"
BANNED_LABELS: "banned"