Skip to content

add new logo

add new logo #1230

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: ""
REQUIRED_LABELS_ANY_DESCRIPTION: ""
BANNED_LABELS: "no-merge"