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

TinyMCE in Text Widget #46

TinyMCE in Text Widget

TinyMCE in Text Widget #46

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'