Skip to content
This repository has been archived by the owner on Mar 9, 2024. It is now read-only.

🐞 Edit Post in Visual is "blank" and mce-editor button is stacked (one under other) #47

🐞 Edit Post in Visual is "blank" and mce-editor button is stacked (one under other)

🐞 Edit Post in Visual is "blank" and mce-editor button is stacked (one under other) #47

Workflow file for this run

name: Add Triage Label
on:
issues:
types: opened
jobs:
add_label:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions-ecosystem/action-add-labels@v1
if: github.event.issue.labels[0] == null
with:
labels: 'status: needs triage'