Skip to content

fixes overwrite menu not showing up in the tag "latest" #24

fixes overwrite menu not showing up in the tag "latest"

fixes overwrite menu not showing up in the tag "latest" #24

Workflow file for this run

name: Enforce Label
on:
pull_request:
types: [labeled, unlabeled, opened, edited, synchronize]
jobs:
label_check:
runs-on: ubuntu-latest
steps:
- uses: yogevbd/enforce-label-action@2.2.2
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]"