Skip to content

Merge updates from Gui branch to main #1

Merge updates from Gui branch to main

Merge updates from Gui branch to main #1

name: Enforce Label
on:
pull_request:
types: [labeled, unlabeled, opened, edited, synchronize]
jobs:
label_check:
runs-on: ubuntu-latest
steps:
- uses: yogevbd/[email protected]
with:
REQUIRED_LABELS_ANY: "πŸš€ Feature,πŸ’… Improvement,πŸ› Bug,πŸ“š Docs,πŸ§ͺ Tests,☁️ CI,🚨 Security,πŸ€– Dependencies"
REQUIRED_LABELS_ANY_DESCRIPTION: "It is necessary to add a label to your PR. This will help to categorize it and add a note on the release. Chose one of [πŸš€ Feature,πŸ’… Improvement,πŸ› Bug,πŸ“š Docs,πŸ§ͺ Tests,☁️ CI,🚨 Security,πŸ€– Dependencies]"