Skip to content

Fix status bar crash -- RuntimeException: Tried to create view after it has already been destroyed #4856

Fix status bar crash -- RuntimeException: Tried to create view after it has already been destroyed

Fix status bar crash -- RuntimeException: Tried to create view after it has already been destroyed #4856

Workflow file for this run

name: Enforce PR label
on:
pull_request:
types: [labeled, unlabeled, opened, edited, synchronize]
jobs:
enforce-label:
runs-on: ubuntu-latest
steps:
- uses: yogevbd/enforce-label-action@2.2.2
with:
REQUIRED_LABELS_ANY: "type: accepted/bug,type: accepted/enhancement,Infrastructure,type: documentation"